[package] name = "cgroups-rs" description = "Native Rust crate for managing control groups on Linux" repository = "https://github.com/kata-containers/cgroups-rs" keywords = ["linux", "cgroup", "containers", "isolation"] categories = ["os", "api-bindings", "os::unix-apis"] license = "MIT OR Apache-2.0" version = "0.2.5" authors = ["The Kata Containers community ", "Levente Kurusa ", "Sam Wilson "] edition = "2018" homepage = "https://github.com/kata-containers/cgroups-rs" readme = "README.md" [dependencies] log = "0.4" regex = "1.1" nix = "0.20.0" libc = "0.2" [dev-dependencies] libc = "0.2.76"