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

[package]
name = "cgroupfs"
version = "0.8.1"
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.25"
openat = "0.1.21"
serde = { version = "1.0.185", features = ["derive", "rc"] }
thiserror = "1.0.49"

[dev-dependencies]
paste = "1.0.14"
tempfile = "3.8"