linux-procfs 0.3.15

The linux-procfs is the data snap library for the `/proc/` filesystem on the linux os.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cfg-iif"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "068494611101e5750de5d753e8cda5e92ef34eb285c4d194e7f1dd6e88830f2d"

[[package]]
name = "cpufeatures"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
dependencies = [
 "libc",
]

[[package]]
name = "libc"
version = "0.2.139"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"

[[package]]
name = "linux-procfs"
version = "0.3.15"
dependencies = [
 "cfg-iif",
 "memx",
 "naive_opt",
]

[[package]]
name = "memx"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "841cdfecbf7320309a66aa9f3aaf074018f7584b4d05d6a0e1fdf31f6e3aaa51"
dependencies = [
 "cpufeatures",
 "rustc_version",
]

[[package]]
name = "naive_opt"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ba02c02e97c039d5e52c19374e53ec1d75b69c491b9a6436f8de895cabeba5c"
dependencies = [
 "memx",
]

[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
 "semver",
]

[[package]]
name = "semver"
version = "1.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"