axvcpu 0.6.1

Virtual CPU abstraction for ArceOS hypervisor
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 = "axvcpu"
version = "0.6.1"
authors = ["aarkegz <aarkegz@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Virtual CPU abstraction for ArceOS hypervisor"
readme = "README.md"
keywords = [
    "vcpu",
    "hypervisor",
    "arceos",
]
categories = [
    "virtualization",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/arceos-hypervisor/axvcpu"

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

[dependencies.ax-errno]
version = "0.6.0"

[dependencies.ax-kspin]
version = "0.3.11"

[dependencies.ax-memory-addr]
version = "0.6.9"

[dependencies.ax-page-table-entry]
version = "0.8.10"

[dependencies.ax-percpu]
version = "0.4.13"

[dependencies.axdevice_base]
version = "0.4.14"

[dependencies.axvm-types]
version = "0.5.12"

[dev-dependencies.ax-kspin]
version = "0.3.11"
features = ["host-test"]