# 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" rust-version = "1.72" name = "libproc" version = "0.14.10" authors = ["Andrew Mackenzie "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A library to get information about running processes - for Mac OS X and Linux" documentation = "https://docs.rs/libproc/latest/libproc" readme = "README.md" license = "MIT" repository = "https://github.com/andrewdavidmackenzie/libproc-rs" [package.metadata.docs.rs] targets = [ "aarch64-apple-darwin", "x86_64-unknown-linux-gnu", ] [lib] name = "libproc" path = "src/lib.rs" [[example]] name = "dmesg" path = "examples/dmesg.rs" [[example]] name = "procinfo" path = "examples/procinfo.rs" [dependencies.errno] version = "0.3.0" [dependencies.libc] version = "^0.2.62" [build-dependencies.bindgen] version = "0.70.0" features = ["runtime"] default-features = false [target.'cfg(any(target_os = "linux", target_os = "redox", target_os = "android"))'.dev-dependencies.procfs] version = "0.16.0" [target.'cfg(any(target_os = "linux", target_os = "redox", target_os = "android"))'.dev-dependencies.tempfile] version = "3.3.0"