[package]
edition = "2024"
name = "whpx"
version = "0.1.0"
build = false
exclude = [
".gitignore",
"license.txt",
".cargo/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Idiomatic Rust Bindings of Windows Hypervisor Platform"
homepage = "https://github.com/Zero-Tang/whpx"
readme = "readme.md"
keywords = [
"WHP",
"Windows",
"Hypervisor",
]
categories = [
"no-std",
"no-std::no-alloc",
"os::windows-apis",
"os",
"virtualization",
]
license = "MIT"
repository = "https://github.com/Zero-Tang/whpx"
[lib]
name = "whpx"
path = "src/lib.rs"
[[example]]
name = "ioemu"
path = "examples/ioemu.rs"
[dependencies.bitfield-struct]
version = "0.12.1"
[dependencies.paste]
version = "1.0.15"