procfs 0.13.3

Interface to the linux procfs pseudo-filesystem
Documentation
[package]
name = "procfs"
version = "0.13.3"
authors = ["Andrew Chin <achin@eminence32.net>"]
repository = "https://github.com/eminence/procfs"
documentation = "https://docs.rs/procfs/"
description = "Interface to the linux procfs pseudo-filesystem"
readme = "README.md"
keywords = ["procfs", "proc", "linux", "process"]
categories = ["os::unix-apis", "filesystem"]
license = "MIT OR Apache-2.0"
edition = "2018"

[features]
default = ["chrono", "flate2"]

[dependencies]
rustix = { version = "0.35.6", features = ["fs", "process", "param"] }
bitflags = "1.2"
lazy_static = "1.0.2"
chrono = {version = "0.4.1", optional = true }
byteorder = {version="1.2.3", features=["i128"]}
hex = "0.4"
flate2 = { version = "1.0.3", optional = true }
backtrace = { version = "0.3", optional = true }

[dev-dependencies]
criterion = "0.3"
procinfo = "0.4.2"
failure = "0.1"

[package.metadata.docs.rs]
all-features = true

[[bench]]
name = "cpuinfo"
harness = false