axaddrspace 0.5.17

ArceOS-Hypervisor guest address space management module
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "assert_matches"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"

[[package]]
name = "ax-cpumask"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d61664cf08f5bf7890ef4b34b32f06dc698786e4078df82eef7386762afdeb42"
dependencies = [
 "bitmaps",
]

[[package]]
name = "ax-lazyinit"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c6c414ca675773b2fe08e06c03405bba375d7f35df28f226ebc41161a9d3606"

[[package]]
name = "ax-memory-addr"
version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e861996f613f44e52b2a04a1123bf72c8de2a1766a9fd7132967bf649d5e068f"

[[package]]
name = "ax-memory-set"
version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7133debdd98cdf4f5b33e005d011b8f032f60771bcfaf50ccef6751186323af2"
dependencies = [
 "ax-memory-addr",
]

[[package]]
name = "axaddrspace"
version = "0.5.17"
dependencies = [
 "assert_matches",
 "ax-lazyinit",
 "ax-memory-addr",
 "ax-memory-set",
 "axvm-types",
 "lazy_static",
 "log",
 "page-table-generic",
 "thiserror",
]

[[package]]
name = "axvm-types"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90070af97044f12ada66f51d2f94a3b0e1ca0d93ccad595507989cb1f45baea0"
dependencies = [
 "ax-cpumask",
 "ax-memory-addr",
 "bitflags",
 "thiserror",
]

[[package]]
name = "bitflags"
version = "2.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"

[[package]]
name = "bitmaps"
version = "3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d084b0137aaa901caf9f1e8b21daa6aa24d41cd806e111335541eff9683bd6"

[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"

[[package]]
name = "hash32"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
dependencies = [
 "byteorder",
]

[[package]]
name = "heapless"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25ba4bd83f9415b58b4ed8dc5714c76e626a105be4646c02630ad730ad3b5aa4"
dependencies = [
 "hash32",
 "stable_deref_trait",
]

[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"

[[package]]
name = "log"
version = "0.4.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"

[[package]]
name = "num-align"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4b86e8ef968de2261141fc760ee57cae8fabb3a0e756b3390a4c4871b16c3d1"

[[package]]
name = "page-table-generic"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28055b839b936507714c54a5292817bbff0349bc27d3945bb4378fcb467ac6f1"
dependencies = [
 "bitflags",
 "heapless",
 "log",
 "num-align",
 "thiserror",
]

[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "stable_deref_trait"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"

[[package]]
name = "syn"
version = "2.0.118"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "thiserror"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"