axaddrspace 0.5.16

ArceOS-Hypervisor guest address space management module
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 = "axaddrspace"
version = "0.5.16"
authors = [
    "KeYang Hu <keyang.hu@qq.com>",
    "Mingxian Su <aarkegz@gmail.com>",
    "DeBin Luo <luodeb@outlook.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ArceOS-Hypervisor guest address space management module"
readme = "README.md"
keywords = [
    "hypervisor",
    "address-space",
]
categories = [
    "embedded",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/arceos-hypervisor/axaddrspace"

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

[[test]]
name = "address_space"
path = "tests/address_space.rs"

[[test]]
name = "memory_accessor"
path = "tests/memory_accessor.rs"

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

[dependencies.ax-lazyinit]
version = "0.4.8"

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

[dependencies.ax-memory-set]
version = "0.6.12"

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

[dependencies.log]
version = "0.4"

[dev-dependencies.assert_matches]
version = "1.5.0"

[dev-dependencies.axin]
version = "0.1.0"

[dev-dependencies.lazy_static]
version = "1.5"

[dev-dependencies.page-table-generic]
version = "0.7.4"