heim-common 0.0.11

Common stuff shared across heim project crates
Documentation
[badges.azure-devops]
pipeline = "heim-rs.heim"
project = "heim-rs/heim"

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

[dependencies.futures-core]
version = "^0.3"

[dependencies.futures-util]
version = "^0.3"

[dependencies.pin-utils]
version = "0.1.0-alpha.4"

[dependencies.uom]
default-features = false
features = ["autoconvert", "f32", "f64", "u64", "si", "std"]
version = "0.30.0"
[dev-dependencies.futures-executor]
version = "^0.3"

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

[package]
authors = ["svartalf <self@svartalf.info>"]
categories = ["asynchronous", "os", "api-bindings"]
description = "Common stuff shared across heim project crates"
edition = "2018"
keywords = ["heim", "system", "information", "sysinfo", "psutil"]
license = "Apache-2.0 OR MIT"
name = "heim-common"
readme = "README.md"
repository = "https://github.com/heim-rs/heim"
version = "0.0.11"
[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.7.0"

[target."cfg(target_os = \"macos\")".dependencies.mach]
version = "0.3.2"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["winnt", "minwindef", "libloaderapi"]
version = ">=0.3.8"
[target."cfg(unix)".dependencies.lazy_static]
version = "1.3.0"

[target."cfg(unix)".dependencies.libc]
version = "~0.2"

[target."cfg(unix)".dependencies.nix]
version = "0.17.0"