uhyve-interface 0.2.0

The interface between uhyve and a guest VM
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 = "2024"
name = "uhyve-interface"
version = "0.2.0"
authors = ["The Hermit Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The interface between uhyve and a guest VM"
readme = "README.md"
keywords = [
    "hypervisor",
    "unikernel",
    "hermit",
]
categories = ["os"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hermit-os/uhyve"

[features]
std = ["dep:log"]

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

[dependencies.hermit-abi]
version = "0.5"

[dependencies.log]
version = "0.4"
optional = true

[dependencies.memory_addresses]
version = "0.3"

[dependencies.num_enum]
version = "0.7"
default-features = false

[target.'cfg(target_arch = "aarch64")'.dependencies.aarch64]
version = "0.0.14"
default-features = false

[target.'cfg(target_arch = "x86_64")'.dependencies.x86_64]
version = "0.15"
default-features = false