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

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

[dependencies]
lazy_static = "1.4"
libc = "0.2.132"
nix = "0.25"
openat = "0.1.21"
serde = { version = "1.0.136", features = ["derive", "rc"] }
thiserror = "1.0.36"
threadpool = "1.8.1"

[dev-dependencies]
tempfile = "3.3"