linux-procfs 0.4.3

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.3"
dependencies = [
 "cfg-iif",
 "memx",
 "naive_opt",
]

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

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

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