storagevec 0.1.4

Feature-gated heap-based/stack-based map and vector structures.
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "ahash"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217"

[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"

[[package]]
name = "hashbrown"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25"
dependencies = [
 "ahash",
 "autocfg",
]

[[package]]
name = "storagevec"
version = "0.1.4"
dependencies = [
 "hashbrown",
 "tinymap",
 "tinyvec",
]

[[package]]
name = "tinymap"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c80a321de0a5fc0971097b5831b202d900fac936b21948b65c8ffd180a982e1e"
dependencies = [
 "tinyvec",
]

[[package]]
name = "tinyvec"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d509a3e5acd065f0877e6db98d026d2900d57aa32abbb614a2cb959802c3ddf"