heim-common 0.0.8-alpha.1

Common stuff shared across heim project crates
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "heim-common"
version = "0.0.8-alpha.1"
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"
[dependencies.cfg-if]
version = "0.1.7"

[dependencies.futures-core-preview]
version = "0.3.0-alpha.18"

[dependencies.futures-util-preview]
version = "0.3.0-alpha.18"

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

[dependencies.uom]
version = "0.25.0"
features = ["autoconvert", "f32", "f64", "u64", "si", "std"]
default-features = false
[dev-dependencies.futures-executor-preview]
version = "0.3.0-alpha.18"

[dev-dependencies.version-sync]
version = "0.8"
[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.6.4"

[target."cfg(target_os = \"macos\")".dependencies.mach]
version = "0.3.2"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = ">=0.3.8"
features = ["winnt", "minwindef", "libloaderapi"]
[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.15.0"
[badges.azure-devops]
pipeline = "heim-rs.heim"
project = "heim-rs/heim"

[badges.maintenance]
status = "experimental"