msb_krun 0.1.13

Native Rust API for libkrun microVMs
Documentation
# 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 = "msb_krun"
version = "0.1.13"
authors = ["The libkrun Authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native Rust API for libkrun microVMs"
readme = false
license = "Apache-2.0"
repository = "https://github.com/zerocore-ai/libkrun"

[features]
amd-sev = [
    "blk",
    "tee",
]
aws-nitro = [
    "dep:aws-nitro",
    "dep:nitro-enclaves",
]
blk = [
    "devices/blk",
    "vmm/blk",
]
default = []
efi = [
    "blk",
    "net",
]
gpu = [
    "krun_display",
    "devices/gpu",
    "vmm/gpu",
]
input = [
    "krun_input",
    "vmm/input",
    "devices/input",
]
net = [
    "devices/net",
    "vmm/net",
]
snd = [
    "devices/snd",
    "vmm/snd",
]
tdx = [
    "blk",
    "tee",
]
tee = []

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

[dependencies.crossbeam-channel]
version = ">=0.5.15"

[dependencies.devices]
version = "0.1.13"
package = "msb_krun_devices"

[dependencies.krun_display]
version = "0.1.13"
features = ["bindgen_clang_runtime"]
optional = true
package = "msb_krun_display"

[dependencies.krun_input]
version = "0.1.13"
features = ["bindgen_clang_runtime"]
optional = true
package = "msb_krun_input"

[dependencies.libc]
version = ">=0.2.39"

[dependencies.libloading]
version = "0.8"

[dependencies.log]
version = "0.4.0"

[dependencies.polly]
version = "0.1.13"
package = "msb_krun_polly"

[dependencies.utils]
version = "0.1.13"
package = "msb_krun_utils"

[dependencies.vmm]
version = "0.1.13"
package = "msb_krun_vmm"

[target.'cfg(target_os = "linux")'.dependencies.aws-nitro]
version = "0.1.13"
optional = true
package = "msb_krun_aws_nitro"

[target.'cfg(target_os = "linux")'.dependencies.kvm-bindings]
version = ">=0.11"
features = ["fam-wrappers"]

[target.'cfg(target_os = "linux")'.dependencies.kvm-ioctls]
version = ">=0.21"

[target.'cfg(target_os = "linux")'.dependencies.nitro-enclaves]
version = "0.6.0"
optional = true

[target.'cfg(target_os = "linux")'.dependencies.vm-memory]
version = "~0.16"
features = ["backend-mmap"]

[target.'cfg(target_os = "macos")'.dependencies.hvf]
version = "0.1.13"
package = "msb_krun_hvf"