systeroid/systeroid-core/Cargo.toml
bors[bot] 6265ab224f
Merge #61 #62
61: chore(deps): bump thiserror from 1.0.37 to 1.0.38 r=orhun a=dependabot[bot]

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.37 to 1.0.38.


62: chore(deps): bump serde from 1.0.150 to 1.0.151 r=orhun a=dependabot[bot]

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.150 to 1.0.151.


Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-18 20:57:19 +00:00

25 lines
703 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.3.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.4"
thiserror = "1.0.38"
lazy_static = "1.4.0"
rayon = "1.6.0"
colored = "2.0.0"
serde = { version = "1.0.151", features = ["derive"] }
serde_json = "1.0.89"
dirs-next = "2.0.0"
parseit = { version = "0.1.1", features = ["gzip"] }
rust-ini = "0.18.0"