linux-stat 0.3.0

A pure Rust library that implements stat functions on linux with only syscalls.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cc"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"

[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

[[package]]
name = "cstr_core"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd98742e4fdca832d40cab219dc2e3048de17d873248f83f17df47c1bea70956"
dependencies = [
 "cty",
 "memchr",
]

[[package]]
name = "cty"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"

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

[[package]]
name = "linux-errnos"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8805875640cf145f81e37338d8cb82dd520780c9a5cffc7a3ed81dfed26cab72"

[[package]]
name = "linux-raw-vdso"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8619a6285fa6021d7ccda74527b1ff676c63d6463c038108b71cca8f6b2a014d"

[[package]]
name = "linux-stat"
version = "0.3.0"
dependencies = [
 "cstr_core",
 "cty",
 "libc",
 "linux-syscalls",
]

[[package]]
name = "linux-syscalls"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b9cc5717d3b9dedb79c0fe4f140341f553ab563a0f3f4cf55e1f4da68906238"
dependencies = [
 "cc",
 "cfg-if",
 "linux-errnos",
 "linux-raw-vdso",
 "linux-sysno",
 "rustc_version",
]

[[package]]
name = "linux-sysno"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b014a6bc9444b0150d56692e981ca5cc1c6a941226a2ddd914dbb2b601e2786f"

[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"

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