heim-process 0.1.1-rc.1

Cross-platform processes information
Documentation
[badges.github-actions]
repository = "heim-rs/heim"
workflow = "Tier 1 CI"

[badges.maintenance]
status = "actively-developed"
[dependencies.async-trait]
version = "~0.1"

[dependencies.cfg-if]
version = "~1.0"

[dependencies.heim-common]
version = "0.1.0-rc.1"

[dependencies.heim-cpu]
version = "0.1.0-rc.1"

[dependencies.heim-runtime]
version = "0.1.0-rc.1"

[dependencies.lazy_static]
version = "1.3.0"

[dependencies.libc]
version = "~0.2"

[dependencies.memchr]
version = "^2.2"

[dependencies.ordered-float]
default-features = false
version = "~2.0"
[dev-dependencies.futures]
default-features = false
version = "~0.3"

[dev-dependencies.futures-timer]
version = "^3.0"

[dev-dependencies.heim-derive]
version = "0.1.0-rc.1"

[dev-dependencies.smol]
version = "~1.2"

[dev-dependencies.static_assertions]
version = "1.1"

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

[dev-dependencies.which]
default-features = false
version = "~4.0"

[package]
authors = ["svartalf <self@svartalf.info>"]
categories = ["asynchronous", "os", "api-bindings"]
description = "Cross-platform processes information"
edition = "2018"
keywords = ["heim", "system", "process", "pid"]
license = "Apache-2.0 OR MIT"
name = "heim-process"
readme = "README.md"
repository = "https://github.com/heim-rs/heim"
version = "0.1.1-rc.1"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(target_os = \"linux\")".dependencies.heim-host]
version = "0.1.0-rc.1"

[target."cfg(target_os = \"linux\")".dependencies.heim-net]
version = "0.1.0-rc.1"

[target."cfg(target_os = \"linux\")".dependencies.smol]
version = "~1.2"
[target."cfg(target_os = \"macos\")".dependencies.darwin-libproc]
version = "0.2.0"

[target."cfg(target_os = \"macos\")".dependencies.mach]
version = "0.3.2"
[target."cfg(target_os = \"windows\")".dependencies.heim-host]
version = "0.1.0-rc.1"

[target."cfg(target_os = \"windows\")".dependencies.ntapi]
version = "0.3.3"

[target."cfg(target_os = \"windows\")".dependencies.winapi]
default-features = false
features = ["impl-default", "minwindef", "winnt", "winbase", "handleapi", "psapi", "processthreadsapi", "winerror", "tlhelp32"]
version = ">=0.3.8"
[target."cfg(unix)".dependencies.futures]
default-features = false
version = "~0.3"