linux-info 0.1.8

Get every info about your linux system.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

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

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

[[package]]
name = "linux-info"
version = "0.1.8"
dependencies = [
 "byte-parser",
 "libc",
 "memchr",
 "simple-bytes",
 "uuid",
]

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

[[package]]
name = "simple-bytes"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbe6af60dc5bf58cc981fccdc1eb04b05bf6dce6545480af54a918e03d1d0376"

[[package]]
name = "uuid"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"