summaryrefslogtreecommitdiffstats
path: root/below/cgroupfs/Cargo.toml
blob: deadcd6e13c93d8f4237990a59a47ac7cf2137c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# @generated by autocargo

[package]
name = "cgroupfs"
version = "0.6.0"
authors = ["Daniel Xu <dlxu@fb.com>", "Facebook"]
edition = "2021"
description = "A crate for reading cgroupv2 data"
readme = "README"
repository = "https://github.com/facebookincubator/below"
license = "Apache-2.0"

[dependencies]
nix = "0.23"
openat = "0.1.21"
serde = { version = "1.0.136", features = ["derive", "rc"] }
thiserror = "1.0.30"

[dev-dependencies]
tempfile = "3.3"