1 Star 0 Fork 0

deepflowio/procfs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
[package]
name = "procfs"
version = "0.14.2"
authors = ["Andrew Chin <[email protected]>"]
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"
rust-version = "1.48"
[features]
default = ["chrono", "flate2"]
serde1 = ["serde"]
[dependencies]
rustix = { version = "0.36.0", features = ["fs", "process", "param", "thread"] }
bitflags = "1.2"
lazy_static = "1.0.2"
chrono = {version = "0.4.20", optional = true, features = ["clock"], default-features = false }
byteorder = {version="1.2.3", features=["i128"]}
hex = "0.4"
flate2 = { version = "1.0.3", optional = true }
backtrace = { version = "0.3", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
[dev-dependencies]
criterion = "0.3"
procinfo = "0.4.2"
failure = "0.1"
libc = "0.2.139"
[package.metadata.docs.rs]
all-features = true
[[bench]]
name = "cpuinfo"
harness = false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/deepflowio/procfs.git
[email protected]:deepflowio/procfs.git
deepflowio
procfs
procfs
master

搜索帮助