[package]
edition = "2024"
name = "axhvc"
version = "0.2.0"
authors = ["AxVisor Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AxVisor HyperCall definitions for guest-hypervisor communication"
documentation = "https://docs.rs/axhvc"
readme = "README.md"
keywords = [
"hypervisor",
"hypercall",
"virtualization",
"arceos",
"axvisor",
]
categories = [
"no-std",
"embedded",
"os",
]
license = "Apache-2.0"
repository = "https://github.com/arceos-hypervisor/axhvc"
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-unknown-none",
"riscv64gc-unknown-none-elf",
"aarch64-unknown-none-softfloat",
]
[lib]
name = "axhvc"
path = "src/lib.rs"
[dependencies.axerrno]
version = "0.2"