[package]
edition = "2018"
name = "heim-virt"
version = "0.0.7"
authors = ["svartalf <self@svartalf.info>"]
description = "Cross-platform virtualization system detection"
readme = "README.md"
keywords = ["heim", "system", "information"]
categories = ["asynchronous", "os", "api-bindings"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/heim-rs/heim"
[dependencies.cfg-if]
version = "0.1.9"
[dependencies.heim-common]
version = "0.0.7"
[dependencies.heim-runtime]
version = "0.0.3"
[dev-dependencies.futures-preview]
version = "0.3.0-alpha.18"
[dev-dependencies.heim-derive]
version = "0.0.7"
[dev-dependencies.tempfile]
version = "3.0"
[dev-dependencies.version-sync]
version = "0.8"
[features]
runtime-polyfill = ["heim-runtime/runtime-polyfill"]
[target."cfg(target_os = \"linux\")".dependencies.raw-cpuid]
version = "6.1.0"
[badges.azure-devops]
pipeline = "heim-rs.heim"
project = "heim-rs/heim"
[badges.maintenance]
status = "experimental"