sysctl 0.4.1

Simplified interface to libc::sysctl
Documentation
[package]
name = "sysctl"
version = "0.4.1"
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"
keywords = ["sysctl", "sysfs", "freebsd", "macos", "linux"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/johalun/sysctl-rs"
documentation = "https://johalun.github.io/sysctl-rs/index.html"

[dependencies]
libc = "^0.2.34"
byteorder = "^1.0.0"
thiserror = "1"
bitflags = "^1.0"

[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
walkdir = "^2.2.8"