heim-host 0.0.11

Cross-platform host information
Documentation
[badges.azure-devops]
pipeline = "heim-rs.heim"
project = "heim-rs/heim"

[badges.maintenance]
status = "experimental"
[dependencies.cfg-if]
version = "0.1.7"

[dependencies.heim-common]
version = "0.0.11"

[dependencies.heim-runtime]
version = "0.0.7"

[dependencies.libc]
version = "~0.2"

[dependencies.platforms]
version = "0.2.0"
[dev-dependencies.futures-executor]
version = "^0.3"

[dev-dependencies.heim-derive]
version = "0.0.10"

[dev-dependencies.version-sync]
version = "0.8"

[features]
runtime-polyfill = ["heim-runtime/runtime-polyfill"]

[package]
authors = ["svartalf <self@svartalf.info>"]
build = "build.rs"
categories = ["asynchronous", "os", "api-bindings"]
description = "Cross-platform host information"
edition = "2018"
keywords = ["heim", "system", "host", "uptime", "users"]
license = "Apache-2.0 OR MIT"
name = "heim-host"
readme = "README.md"
repository = "https://github.com/heim-rs/heim"
version = "0.0.11"
[target."cfg(target_os = \"macos\")".dependencies.lazy_static]
version = "1.3.0"

[target."cfg(target_os = \"macos\")".dependencies.mach]
version = "0.3.2"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["sysinfoapi", "libloaderapi", "ws2def", "winbase", "minwindef", "winnt", "ntdef"]
version = ">=0.3.8"