[go: up one dir, main page]

sysctl 0.4.0

Simplified interface to libc::sysctl
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 = "sysctl"
version = "0.4.0"
authors = ["Johannes Lundberg <johalun0@gmail.com>", "Ivan Temchenko <ivan.temchenko@yandex.ua>", "Fabian Freyer <fabian.freyer@physik.tu-berlin.de>"]
description = "Simplified interface to libc::sysctl"
documentation = "https://johalun.github.io/sysctl-rs/index.html"
readme = "README.md"
keywords = ["sysctl", "sysfs", "freebsd", "macos", "linux"]
license = "MIT"
repository = "https://github.com/johalun/sysctl-rs"
[dependencies.bitflags]
version = "^1.0"

[dependencies.byteorder]
version = "^1.0.0"

[dependencies.failure]
version = "^0.1.1"

[dependencies.libc]
version = "^0.2.34"
[target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dependencies.walkdir]
version = "^2.2.8"