# 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 = "proc_sys_parser" version = "0.1.22" description = "This crate provides routines for parsing linux /proc files into Rust structs. There are multiple other crates doing this, but these either do not choose to process the statistics in way to make them directly usable, or generalize the statistics and loose the detail." homepage = "https://github.com/FritsHoogland/proc_sys_parser/" readme = "README.md" keywords = [ "linux", "proc", "parser", ] categories = [ "os::linux-apis", "parsing", "filesystem", ] license = "Apache-2.0" repository = "https://github.com/FritsHoogland/proc_sys_parser/" [dependencies.log] version = "0.4.20" [dependencies.nix] version = "0.27.1" features = ["feature"] [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.3" [dependencies.thiserror] version = "1.0.56"