libmacchina 0.2.9

Provides the fetching capabilities for Macchina.
Documentation
[build-dependencies.bindgen]
version = "0.58.1"
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.libc]
version = "0.2.88"

[dependencies.local_ipaddress]
version = "0.1.3"

[features]
openwrt = []

[package]
authors = ["grtcdr <ba.tahaaziz@gmail.com>", "Marvin Haschker <marvin@haschker.me>"]
build = "build.rs"
description = "Provides the fetching capabilities for Macchina."
edition = "2018"
keywords = ["system", "fetch", "cli"]
license = "MIT"
name = "libmacchina"
readme = "README.md"
repository = "https://github.com/Macchina-CLI/libmacchina"
version = "0.2.9"
[target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dependencies.home]
version = "0.5.3"
[target."cfg(any(target_os = \"linux\", target_os = \"netbsd\", target_os = \"android\"))".dependencies.itertools]
version = "0.10.0"
[target."cfg(any(target_os = \"macos\", target_os = \"linux\", target_os = \"android\"))".dependencies.sysctl]
version = "0.4.0"
[target."cfg(target_family = \"unix\")".dependencies.num_cpus]
version = "1.0"
[target."cfg(target_os = \"linux\")".dependencies.os-release]
version = "0.1"

[target."cfg(target_os = \"linux\")".dependencies.sqlite]
version = "0.26.0"
[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.9.1"

[target."cfg(target_os = \"macos\")".dependencies.mach]
version = "0.3.2"
[target."cfg(target_os = \"netbsd\")".dependencies.nix]
version = "0.20.0"

[target."cfg(target_os = \"netbsd\")".dependencies.regex]
version = "1.4.5"
[target."cfg(target_os = \"windows\")".build-dependencies.windows]
version = "0.4.0"
[target."cfg(target_os = \"windows\")".dependencies.windows]
version = "0.4.0"

[target."cfg(target_os = \"windows\")".dependencies.winreg]
version = "0.8.0"