a3s-libkrun-sys 2.3.0

FFI bindings to libkrun with Windows WHPX backend support
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "a3s-libkrun-sys"
version = "2.3.0"
authors = ["A3S Lab Team"]
build = "build.rs"
links = "a3s_krun"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings to libkrun with Windows WHPX backend support"
readme = "README.md"
keywords = [
    "libkrun",
    "microvm",
    "whpx",
    "virtualization",
    "windows",
]
categories = [
    "api-bindings",
    "os::windows-apis",
    "virtualization",
]
license = "MIT"
repository = "https://github.com/AI45Lab/Box"

[features]
default = []

[lib]
name = "a3s_libkrun_sys"
path = "src/lib.rs"

[[example]]
name = "nginx_test"
path = "examples/nginx_test.rs"

[[example]]
name = "windows_api_test"
path = "examples/windows_api_test.rs"

[[example]]
name = "windows_smoke"
path = "examples/windows_smoke.rs"

[[example]]
name = "windows_vm_test"
path = "examples/windows_vm_test.rs"

[dependencies.libc]
version = "0.2"

[dev-dependencies.tempfile]
version = "3.10"

[build-dependencies.num_cpus]
version = "1.16"

[build-dependencies.pkg-config]
version = "0.3"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59"
features = ["Win32_Foundation"]