# 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] name = "cpu-monitor" version = "0.1.1" authors = ["Richard Dodd "] include = ["README.md", "Cargo.toml", "src/**/*.rs"] description = "A library to get cpu usage over a given duration" readme = "README.md" keywords = ["cpu", "monitor", "usage", "system", "info"] categories = ["command-line-interface", "os"] license = "MIT/Apache-2.0" repository = "https://github.com/derekdreery/cpu-monitor" [dev-dependencies.skeptic] version = "0.13" [build-dependencies.skeptic] version = "0.13" optional = true [features] ci = ["skeptic"] default = [] [target."cfg(unix)".dependencies.linux_proc] version = "0.1" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["processthreadsapi", "minwindef"] [badges.appveyor] repository = "derekdreery/cpu-monitor" [badges.travis-ci] repository = "derekdreery/cpu-monitor"