# 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 = "2018" name = "rsprocmaps" version = "0.3.2" authors = ["William Woodruff "] description = "A Rust library for handling memory maps in procfs" documentation = "https://docs.rs/rsprocmaps/" readme = "README.md" keywords = [ "procfs", "linux", "memory-maps", ] categories = [ "os", "os::unix-apis", "parser-implementations", ] license = "MIT" repository = "https://github.com/woodruffw/procmaps.rs" [package.metadata.release] publish = false push = true [dependencies.libc] version = "0.2" [dependencies.pest] version = "2.1" [dependencies.pest_derive] version = "2.1" [dependencies.phf] version = "0.11.1" features = ["macros"] [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.glob] version = "0.3" [dev-dependencies.serde_json] version = "1.0" [badges.maintenance] status = "actively-developed"