# 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 = "controlgroup" version = "0.3.0" authors = ["Hidehito Yabuuchi "] exclude = ["/.gitignore", "/.travis.yml", "/.vscode"] description = "Native Rust crate for cgroup operations" documentation = "https://docs.rs/controlgroup" readme = "README.md" keywords = ["cgroup", "controlgroup", "linux", "container"] categories = ["os", "api-bindings", "os::unix-apis"] license = "MIT OR Apache-2.0" repository = "https://github.com/ordovicia/controlgroup-rs" [dependencies] [dev-dependencies.num_cpus] version = "1.11.1" [badges.travis-ci] repository = "ordovicia/controlgroup-rs"