[package]
edition = "2018"
name = "heim-disk"
version = "0.0.7"
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"
[dependencies.bitflags]
version = "1.0.4"
[dependencies.cfg-if]
version = "0.1.7"
[dependencies.heim-common]
version = "0.0.7"
[dependencies.heim-derive]
version = "0.0.7"
[dependencies.heim-runtime]
version = "0.0.3"
[dev-dependencies.futures-preview]
version = "0.3.0-alpha.18"
[dev-dependencies.version-sync]
version = "0.8"
[features]
runtime-polyfill = ["heim-runtime/runtime-polyfill"]
[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.8"
features = ["std", "winnt", "ntdef", "fileapi", "handleapi", "ioapiset", "winioctl", "impl-default", "errhandlingapi", "winerror", "winbase", "ws2def"]
[target."cfg(unix)".dependencies.libc]
version = "~0.2"
[badges.azure-devops]
pipeline = "heim-rs.heim"
project = "heim-rs/heim"
[badges.maintenance]
status = "experimental"