# 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-virt" version = "0.1.0-rc.1" authors = ["svartalf "] 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" [package.metadata.docs.rs] rustdoc-args = ["--cfg", "docsrs"] [dependencies.cfg-if] version = "~1.0" [dependencies.futures] version = "~0.3" features = ["std", "async-await"] default-features = false [dependencies.heim-common] version = "0.1.0-rc.1" [dependencies.heim-runtime] version = "0.1.0-rc.1" [dev-dependencies.heim-derive] version = "0.1.0-rc.1" [dev-dependencies.smol] version = "~1.2" [dev-dependencies.tempfile] version = "3.0" [dev-dependencies.version-sync] version = "0.9" [target."cfg(all(target_os = \"linux\", any(target_arch=\"x86\", target_arch=\"x86_64\")))".dependencies.raw-cpuid] version = "~8.1"