heim-disk 0.1.0-rc.1

Cross-platform disk information
Documentation
[dependencies.bitflags]
version = "1.0.4"

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

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

[dependencies.heim-runtime]
version = "0.1.0-rc.1"
[dev-dependencies.futures]
version = "~0.3"

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

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

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

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

[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]
features = ["std", "winnt", "ntdef", "fileapi", "handleapi", "ioapiset", "winioctl", "impl-default", "errhandlingapi", "winerror", "winbase", "ws2def"]
version = ">=0.3.8"
[target."cfg(unix)".dependencies.libc]
version = "~0.2"