systeroid/systeroid-core/Cargo.toml

24 lines
538 B
TOML
Raw Normal View History

[package]
name = "systeroid-core"
version = "0.1.0"
2022-02-27 21:24:45 +00:00
description = "Core library of systeroid"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
repository = "https://github.com/orhun/systeroid"
license = "MIT OR Apache-2.0"
edition = "2021"
[dependencies]
2022-01-24 15:23:36 +00:00
sysctl = "0.4.3"
thiserror = "1.0.29"
lazy_static = "1.4.0"
rayon = "1.5.1"
colored = "2.0.0"
2022-01-24 15:23:36 +00:00
serde = { version = "1.0.135", features = ["derive"] }
serde_json = "1.0.78"
dirs-next = "2.0.0"
2022-02-23 21:17:26 +00:00
[dependencies.parseit]
version = "0.1.0"
2022-02-23 21:17:26 +00:00
path = "../parseit"
features = ["gzip"]