# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "simple-process-stats" version = "1.0.0" authors = ["Ruben Anders "] description = "Get memory usage and CPU time on Linux and Windows" readme = "README.md" keywords = ["process", "cpu", "memory"] categories = ["api-bindings", "asynchronous", "os"] license = "MIT" repository = "https://github.com/robotty/simple-process-stats" [dependencies.thiserror] version = "1.0.20" [dev-dependencies.tokio] version = "1.0.0" features = ["rt-multi-thread", "macros"] [target."cfg(target_os = \"linux\")".dependencies.libc] version = "0.2.72" [target."cfg(target_os = \"linux\")".dependencies.procfs] version = "0.9.0" [target."cfg(target_os = \"linux\")".dependencies.tokio] version = "1.0.0" features = ["fs"] [target."cfg(target_os = \"macos\")".dependencies.darwin-libproc] version = "0.2.0" [target."cfg(target_os = \"macos\")".dependencies.libc] version = "0.2.72" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3.9" features = ["psapi", "processthreadsapi"]