[package]
edition = "2018"
name = "heim-common"
version = "0.0.4"
authors = ["svartalf <self@svartalf.info>"]
description = "Common stuff shared across heim project crates"
readme = "README.md"
keywords = ["heim", "system", "information", "sysinfo", "psutil"]
categories = ["asynchronous", "os", "api-bindings"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/heim-rs/heim"
[package.metadata.docs.rs]
features = ["doc"]
[dependencies.cfg-if]
version = "0.1.7"
[dependencies.futures-preview]
version = "0.3.0-alpha.17"
[dependencies.heim-derive]
version = "0.0.4"
[features]
doc = []
[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.6.4"
[target."cfg(target_os = \"macos\")".dependencies.libc]
version = "0.2.58"
[target."cfg(target_os = \"macos\")".dependencies.mach]
version = "0.3.2"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "0.3.7"
features = ["winnt", "minwindef", "libloaderapi"]
[target."cfg(unix)".dependencies.nix]
version = "0.14.0"
[badges.maintenance]
status = "experimental"