axaddrspace 0.5.18

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.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1630266805726e5d3bb45198abb77ddb6390322e1541a9bdec48ea8d788c37c6"
dependencies = [
 "bitmaps",
]

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

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

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

[[package]]
name = "axaddrspace"
version = "0.5.18"
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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f334b04aac031f696cde8c13140107c34340147a4392fd29e607ea0903c1fea1"
dependencies = [
 "ax-cpumask",
 "ax-memory-addr",
 "bitflags",
 "thiserror",
]

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

[[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.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
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 = "3.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

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

[[package]]
name = "thiserror-impl"
version = "2.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
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"