heim-disk 0.0.4

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

[dependencies.cfg-if]
version = "0.1.7"

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

[dependencies.heim-derive]
version = "0.0.4"
[dev-dependencies.runtime]
version = "0.3.0-alpha.6"

[features]
doc = []
[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.widestring]
version = "0.4.0"

[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "0.3.7"
features = ["std", "winnt", "ntdef", "fileapi", "handleapi", "ioapiset", "winioctl", "impl-default", "errhandlingapi", "winerror", "winbase", "ws2def"]
[target."cfg(unix)".dependencies.libc]
version = "0.2.58"
[badges.maintenance]
status = "experimental"