summaryrefslogtreecommitdiffstats
path: root/systeroid-core/Cargo.toml
blob: 02a28d4d23e114465ea491cafb789b52dbe8ede3 (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
25
[package]
name = "systeroid-core"
version = "0.4.4" # 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.64.0"

[dependencies]
parseit.workspace = true
log.workspace = true
sysctl = "0.5.4"
thiserror = "1.0.48"
lazy_static = "1.4.0"
rayon = "1.8.0"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
dirs-next = "2.0.0"
rust-ini = "0.19.0"