version = 4
[[package]]
name = "ax-crate-interface"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "696dd1d6b12dc133997cd94350fe6d5a77bcf8bc59ef674edac6e0bfd775f8be"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "ax-lazyinit"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eb7a1dad87a300666c1183d2163a5a45e370b6e6b0cf5f5ebdd29daba097713"
[[package]]
name = "ax-percpu"
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b58031db5ee6b99ed166c403a755d5b42ff82bfcf7ca4d4fcf9db0c7093380"
dependencies = [
"ax-lazyinit",
"ax-percpu-macros",
"cpu-local",
"thiserror",
]
[[package]]
name = "ax-percpu-macros"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2792e9b9f227c70c3e6f921f1864c68628fd7f1454a2dd860b282091234006be"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "ax-sync"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77adcc1a8aef801a3625b736b45123368f019b10967b398fc6a8fbd413e010b3"
dependencies = [
"ax-crate-interface",
]
[[package]]
name = "cpu-local"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "406d8b8fcc8c5247102d9b18b6b52dafbe5488cbff56567a3424039a219af02d"
dependencies = [
"thiserror",
]
[[package]]
name = "ctor"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "424e0138278faeb2b401f174ad17e715c829512d74f3d1e81eb43365c2e0590e"
dependencies = [
"ctor-proc-macro",
"dtor",
]
[[package]]
name = "ctor-proc-macro"
version = "0.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52560adf09603e58c9a7ee1fe1dcb95a16927b17c127f0ac02d6e768a0e25bc1"
[[package]]
name = "dtor"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "404d02eeb088a82cfd873006cb713fe411306c7d182c344905e101fb1167d301"
dependencies = [
"dtor-proc-macro",
]
[[package]]
name = "dtor-proc-macro"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f678cf4a922c215c63e0de95eb1ff08a958a81d47e485cf9da1e27bf6305cfa5"
[[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 = "scope-local"
version = "0.6.0"
dependencies = [
"ax-lazyinit",
"ax-percpu",
"ax-sync",
"cpu-local",
"ctor",
]
[[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"