axvm-types 0.5.12

Shared base types for AxVM virtualization components
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 = "axvm-types"
version = "0.5.12"
authors = ["RCore Team <yuchen@tsinghua.edu.cn>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared base types for AxVM virtualization components"
readme = false
keywords = [
    "hypervisor",
    "virtualization",
    "no-std",
]
categories = [
    "virtualization",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/rcore-os/tgoskits"

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

[dependencies.ax-cpumask]
version = "0.3.5"

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

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

[target.'cfg(any(target_arch = "riscv32", target_arch = "riscv64"))'.dependencies.ax-page-table-multiarch]
version = "0.8.12"