scope-local 0.5.0

Scope local storage
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "577c24ff3be31be06f1fd5c5a0462ab30cafd7b0cc061720e53ec713978717a2"

[[package]]
name = "ax-percpu"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0309b5cab475e68de4fdd355cf776dc134c2b29390aaed49338715022183f1c3"
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.5.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49ba7bdb4b27f2fc758c534e1796755884efb2afa2403ab245fe2462dd4a3576"
dependencies = [
 "ax-crate-interface",
]

[[package]]
name = "cpu-local"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55300e4a2bd025ab9564e5752c8b50f2ba91823ac1271a221ff654e91f81e8a0"
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.5.0"
dependencies = [
 "ax-lazyinit",
 "ax-percpu",
 "ax-sync",
 "cpu-local",
 "ctor",
]

[[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.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"