# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.56" name = "linux-info" version = "0.1.16" authors = ["Sören Meier "] description = "Get every info about your linux system." readme = "README.md" keywords = [ "linux", "hardware", ] categories = ["hardware-support"] license = "MIT OR Apache-2.0" repository = "https://github.com/soerenmeier/linux-info" [package.metadata.docs.rs] all-features = true [[example]] name = "df_h" [[example]] name = "dmidecode-mini" path = "./examples/dmidecode_mini.rs" [[example]] name = "network" required-features = ["network"] [dependencies.byte-parser] version = "0.2.1" features = ["unstable-parse-iter"] [dependencies.dbus] version = "0.9" optional = true [dependencies.libc] version = "0.2" [dependencies.memchr] version = "2.4.1" [dependencies.mmdbus] version = "1.16" optional = true [dependencies.nmdbus] version = "1.20" optional = true [dependencies.serde1] version = "1.0" features = ["derive"] optional = true package = "serde" [dependencies.simple-bytes] version = "0.2.11" [dependencies.uuid] version = "0.8" [features] network = [ "nmdbus", "mmdbus", "dbus", ] serde = ["serde1"]