heim 0.0.3

Cross-platform framework for system 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"
version = "0.0.3"
authors = ["svartalf <self@svartalf.info>"]
description = "Cross-platform framework for system information"
readme = "README.md"
keywords = ["heim", "system", "information"]
categories = ["asynchronous", "os"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/heim-rs/heim"
[package.metadata.docs.rs]
features = ["doc"]
[dependencies.heim-common]
version = "0.0.3"

[dependencies.heim-cpu]
version = "0.0.3"
optional = true

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

[dependencies.heim-disk]
version = "0.0.3"
optional = true

[dependencies.heim-host]
version = "0.0.3"
optional = true

[dependencies.heim-memory]
version = "0.0.3"
optional = true

[dependencies.heim-net]
version = "0.0.3"
optional = true

[dependencies.heim-process]
version = "0.0.3"
optional = true

[dependencies.heim-virt]
version = "0.0.3"
optional = true

[features]
cpu = ["heim-cpu"]
default = ["host", "cpu", "memory", "disk", "net", "process"]
disk = ["heim-disk"]
doc = ["heim-common/doc", "heim-host/doc", "heim-cpu/doc", "heim-memory/doc", "heim-disk/doc", "heim-net/doc", "heim-process/doc", "heim-virt/doc"]
host = ["heim-host"]
memory = ["heim-memory"]
net = ["heim-net"]
process = ["heim-process"]
virt = ["heim-virt"]
[badges.maintenance]
status = "experimental"