x86_vcpu 0.5.2

x86 Virtual CPU implementation for the 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 = "x86_vcpu"
version = "0.5.2"
authors = [
    "Mingxian Su <aarkegz@gmail.com>",
    "Keyang Hu <keyang.hu@qq.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "x86 Virtual CPU implementation for the Arceos Hypervisor"
readme = "README.md"
keywords = [
    "x86",
    "vcpu",
    "hypervisor",
    "arceos",
]
categories = [
    "virtualization",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/arceos-hypervisor/x86_vcpu"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-none"]

[features]
default = ["vmx"]
svm = []
tracing = []
vmx = []

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

[dependencies.ax-crate-interface]
version = "0.5.1"

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

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

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

[dependencies.axaddrspace]
version = "0.5.2"

[dependencies.axdevice_base]
version = "0.4.4"

[dependencies.axvcpu]
version = "0.5.2"

[dependencies.axvisor_api]
version = "0.5.2"

[dependencies.bit_field]
version = "0.10"

[dependencies.bitflags]
version = "2.2"

[dependencies.cfg-if]
version = "1.0"

[dependencies.log]
version = "0.4.19"

[dependencies.numeric-enum-macro]
version = "0.2"

[dependencies.paste]
version = "1.0.15"

[dependencies.raw-cpuid]
version = "11.0"

[dependencies.spin]
version = "0.10"
default-features = false

[dependencies.x86]
version = "0.52"

[dependencies.x86_64]
version = "0.15"

[dependencies.x86_vlapic]
version = "0.4.4"