procinfo 0.4.2

A library for accessing Linux process and system information
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "procinfo"
version = "0.4.2"
authors = ["Dan Burkert <dan@danburkert.com>"]
build = "build.rs"
exclude = [".gitignore", ".travis.yml"]
description = "A library for accessing Linux process and system information"
documentation = "https://docs.rs/procinfo"
keywords = ["proc", "process", "system", "Linux"]
license = "MIT/Apache-2.0"
repository = "https://github.com/danburkert/procinfo-rs"
[dependencies.libc]
version = "0.2"

[dependencies.nom]
version = "2"
features = ["verbose-errors"]

[dependencies.byteorder]
version = "1.0"
[build-dependencies.rustc_version]
version = "0.2"
[badges.travis-ci]
repository = "danburkert/procinfo-rs"