# 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 = "cgroups-fs" version = "1.1.3" authors = ["Vlad Frolov "] include = [ "/src/**/*", "/Cargo.toml", "/LICENSE-MIT", "/LICENSE-APACHE", "/README.md", ] description = "Rust bindings to Linux Control Groups (cgroups)." documentation = "https://docs.rs/cgroups-fs/*/cgroups-fs" readme = "README.md" keywords = [ "linux", "cgroup", "cgroups", "containers", ] categories = [ "api-bindings", "os::unix-apis", "filesystem", ] license = "MIT/Apache-2.0" repository = "https://github.com/frol/cgroups-fs" [dependencies.nix] version = ">0.12.0,<0.25" [badges.travis-ci] repository = "frol/cgroups-fs"