cranelift-bforest 0.131.0

A forest of B+-trees
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cranelift-bforest"
version = "0.131.0"
dependencies = [
 "cranelift-entity",
 "wasmtime-internal-core",
]

[[package]]
name = "cranelift-bitset"
version = "0.131.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6559d4fbc253d1396e1f6beeae57fa88a244f02aaf0cde2a735afd3492d9b2e"
dependencies = [
 "wasmtime-internal-core",
]

[[package]]
name = "cranelift-entity"
version = "0.131.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2acba797f6a46042ce82aaf7680d0c3567fe2001e238db9df649fd104a2727f"
dependencies = [
 "cranelift-bitset",
 "wasmtime-internal-core",
]

[[package]]
name = "foldhash"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"

[[package]]
name = "hashbrown"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
dependencies = [
 "foldhash",
]

[[package]]
name = "libm"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"

[[package]]
name = "wasmtime-internal-core"
version = "44.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "816a61a75275c6be435131fc625a4f5956daf24d9f9f59443e81cbef228929b3"
dependencies = [
 "hashbrown",
 "libm",
]