heim-process 0.0.7

Cross-platform processes information
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-process"
version = "0.0.7"
authors = ["svartalf <self@svartalf.info>"]
description = "Cross-platform processes information"
readme = "README.md"
keywords = ["heim", "system", "process", "pid"]
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-preview]
version = "0.3.0-alpha.18"

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

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

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

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

[dependencies.lazy_static]
version = "1.3.0"

[dependencies.libc]
version = "~0.2"
[dev-dependencies.futures-timer]
version = "0.3.0"

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

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

[features]
runtime-polyfill = ["heim-runtime/runtime-polyfill"]
[target."cfg(target_os = \"linux\")".dependencies.heim-net]
version = "0.0.7"
[target."cfg(target_os = \"macos\")".dependencies.darwin-libproc]
version = "0.1.1"

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

[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = ">=0.3.8"
features = ["impl-default", "minwindef", "winnt", "winbase", "handleapi", "psapi", "processthreadsapi", "winerror", "tlhelp32"]
default-features = false
[badges.azure-devops]
pipeline = "heim-rs.heim"
project = "heim-rs/heim"

[badges.maintenance]
status = "experimental"