libcgroup-sys 0.3.0

FFI bindings to libcgroup
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "byteorder"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fc10e8cc6b2580fda3f36eb6dc5316657f812a3df879a44a66fc9f0fdbc4855"

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

[[package]]
name = "libcgroup-sys"
version = "0.3.0"
dependencies = [
 "libc",
 "procinfo",
]

[[package]]
name = "nom"
version = "1.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5b8c256fd9471521bcb84c3cdba98921497f1a331cbc15b8030fc63b82050ce"

[[package]]
name = "procinfo"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66dd762e965757bf19aea7145bf2dd6874607ba24e13852b958528296535b6fa"
dependencies = [
 "byteorder",
 "libc",
 "nom",
]