sys_metrics 0.2.4

Cross-platform library to gather stats/information from the host
Documentation
[[bench]]
harness = false
name = "cpu_bench"

[[bench]]
harness = false
name = "disks_bench"

[[bench]]
harness = false
name = "memory_bench"

[[bench]]
harness = false
name = "host_bench"

[[bench]]
harness = false
name = "network_bench"

[[bench]]
harness = false
name = "virt_bench"
[dependencies.glob]
version = "0.3"

[dependencies.lazy_static]
version = "1.4"

[dependencies.libc]
version = "0.2"

[dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.criterion]
version = "0.3"

[lib]
bench = false

[package]
authors = ["Martichou <martichou.andre@gmail.com>"]
categories = ["os", "api-bindings"]
description = "Cross-platform library to gather stats/information from the host"
documentation = "https://docs.rs/sys_metrics"
edition = "2018"
keywords = ["metrics", "sysinfo", "psutil", "stats", "heim"]
license = "AGPL-3.0"
name = "sys_metrics"
readme = "README.md"
repository = "https://github.com/Martichou/sys_metrics"
version = "0.2.4"
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
[target."cfg(target_os = \"macos\")".dependencies.core-foundation-sys]
version = "0.8"

[target."cfg(target_os = \"macos\")".dependencies.io-kit-sys]
version = "0.1"

[target."cfg(target_os = \"macos\")".dependencies.mach]
version = "0.3"