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.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e608d5e0f87ce5120dbb7f5b974081713ca88cffdd6952d205eea130c5f0df8b"
dependencies = [
"bitmaps",
]
[[package]]
name = "ax-lazyinit"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eb7a1dad87a300666c1183d2163a5a45e370b6e6b0cf5f5ebdd29daba097713"
[[package]]
name = "ax-memory-addr"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f976e2eb399e6882854132cb1b767a240fd1b9ded30acb4618e51bae85dba06"
[[package]]
name = "ax-memory-set"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01ecaeb8866e3a5e7cc25a49767c98ec3717ba7c12358bbd486bd33bea099917"
dependencies = [
"ax-memory-addr",
"thiserror",
]
[[package]]
name = "axaddrspace"
version = "0.6.0"
dependencies = [
"assert_matches",
"ax-lazyinit",
"ax-memory-addr",
"ax-memory-set",
"axvm-types",
"lazy_static",
"log",
"thiserror",
]
[[package]]
name = "axvm-types"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cd661317c8931624368c0ce29a2dae3c36a3230c6266f626bfc1bbf20ab761f"
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 = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "log"
version = "0.4.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6"
[[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 = "syn"
version = "3.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12df2e0110f65b775f769bb17ef989067a1d931b2eb822bd4346631eeada89f9"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "thiserror"
version = "2.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "2.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
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"