mirror of
https://github.com/kata-containers/cgroups-rs.git
synced 2026-08-05 02:13:23 +00:00
21 lines
617 B
TOML
21 lines
617 B
TOML
[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.0"
|
|
authors = ["The Kata Containers community <kata-dev@lists.katacontainers.io>", "Levente Kurusa <lkurusa@acm.org>", "Sam Wilson <tecywiz121@hotmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
regex = "1.1"
|
|
nix = "0.18.0"
|
|
libc = "0.2"
|
|
procinfo = "0.4.2"
|
|
|
|
[dev-dependencies]
|
|
libc = "0.2.76"
|