version = 4
[[package]]
name = "allocator-api2"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
[[package]]
name = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "equivalent"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
[[package]]
name = "foldhash"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
[[package]]
name = "hashbrown"
version = "0.15.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
dependencies = [
"allocator-api2",
"equivalent",
"foldhash",
]
[[package]]
name = "no-std-compat"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df270209a7f04d62459240d890ecb792714d5db12c92937823574a09930276b4"
[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "slab"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
[[package]]
name = "slabbable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a013ef7c7cdb9f0560dcb898ee91a27f327eb55f04d7522cad7f3b593934b497"
[[package]]
name = "slabbable-hash"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7494d6b5c760dfe6e67c001a154b5067fabae779f8f0e0b02e7e16928b9f8b3"
dependencies = [
"hashbrown",
"nohash-hasher",
"slabbable",
]
[[package]]
name = "slabbable-impl-selector"
version = "0.1.0"
dependencies = [
"cfg-if",
"slabbable-hash",
"slabbable-slab",
"slabbable-stablevec",
]
[[package]]
name = "slabbable-slab"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15c0307e18308ff5be701b12a413d5f0afe918466f11dcc4b3e0cb622e9b4797"
dependencies = [
"slab",
"slabbable",
]
[[package]]
name = "slabbable-stablevec"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75e3a18377123a324d98d1f9f73b458b137c3981a8d09da2e96466df1b6b02df"
dependencies = [
"slabbable",
"stable-vec",
]
[[package]]
name = "stable-vec"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1dff32a2ce087283bec878419027cebd888760d8760b2941ad0843531dc9ec8"
dependencies = [
"no-std-compat",
]