sysctl 0.4.6

Simplified interface to libc::sysctl
Documentation
[dependencies.bitflags]
version = "^1.0"

[dependencies.byteorder]
version = "^1.0.0"

[dependencies.libc]
version = "^0.2.34"

[dependencies.thiserror]
version = "1.0.2"

[package]
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://docs.rs/sysctl"
include = ["src/**/*", "LICENSE-MIT", "README.md", "CHANGELOG.md"]
keywords = ["sysctl", "sysfs", "freebsd", "macos", "linux"]
license = "MIT"
name = "sysctl"
readme = "README.md"
repository = "https://github.com/johalun/sysctl-rs"
version = "0.4.6"
[package.metadata.docs.rs]
targets = ["i686-unknown-freebsd", "i686-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu"]
[target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dependencies.walkdir]
version = "^2.2.8"