# 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" name = "lxinfo" version = "0.1.2" authors = ["varsity "] description = "Linux System Information for systemd systems" readme = "README.md" categories = [ "os::linux-apis", "parsing", "development-tools", ] license = "MIT" [profile.release] opt-level = 3 lto = "fat" panic = "abort" strip = true [lib] name = "lxinfo" path = "src/lib.rs" [dependencies.byte-unit] version = "4.0.18" [dependencies.libc] version = "0.2.139"