linux-procfs 0.4.2

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.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7689f7f7d03ec0e18eaa262c0447aa316f59868de891916904fb68c62f1bb11f"

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

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

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

[[package]]
name = "memx"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1eb28f70ca75d62feda5053240b87d490c70db5cea7b3103413370dd4f9fdb5"
dependencies = [
 "cpufeatures",
 "rustversion",
]

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

[[package]]
name = "rustversion"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"