summaryrefslogtreecommitdiffstats
path: root/systeroid-core/Cargo.toml
blob: 72b6dbb5d4887238287a2e1ec7deb3375f3dee71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "systeroid-core"
version = "0.2.0" # 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.5.2"
thiserror = "1.0.32"
lazy_static = "1.4.0"
rayon = "1.5.3"
colored = "2.0.0"
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"
dirs-next = "2.0.0"
parseit = { version = "0.1.1", features = ["gzip"] }
rust-ini = "0.18.0"