systeroid/systeroid-core/Cargo.toml
dependabot[bot] 0078afa264
chore(deps): bump sysctl from 0.4.4 to 0.4.6
Bumps [sysctl](https://github.com/johalun/sysctl-rs) from 0.4.4 to 0.4.6.
- [Release notes](https://github.com/johalun/sysctl-rs/releases)
- [Changelog](https://github.com/johalun/sysctl-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/johalun/sysctl-rs/commits/v0.4.6)

---
updated-dependencies:
- dependency-name: sysctl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-11 11:14:10 +00:00

26 lines
718 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[package]
name = "systeroid-core"
version = "0.1.1" # managed by release.sh
description = "Core library of systeroid"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
license = "MIT OR Apache-2.0"
readme = "../README.md"
homepage = "https://github.com/orhun/systeroid"
repository = "https://github.com/orhun/systeroid"
keywords = ["linux", "kernel", "parameter", "sysctl"]
edition = "2021"
rust-version = "1.56.1"
[dependencies]
sysctl = "0.4.6"
thiserror = "1.0.32"
lazy_static = "1.4.0"
rayon = "1.5.3"
colored = "2.0.0"
serde = { version = "1.0.140", features = ["derive"] }
serde_json = "1.0.82"
dirs-next = "2.0.0"
parseit = { version = "0.1.0", features = ["gzip"] }
rust-ini = "0.18.0"
dirs = "4.0.0"