version = 3
[[package]]
name = "avltriee"
version = "0.30.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2af60f2d65899bdbc1491ed20b2532119aca2ac2b3c4c9efdc0cae75face4502"
[[package]]
name = "file_mmap"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "525cf9f86a02880200491999ec38efed4f34d82c2129636eed03c9017528d02d"
dependencies = [
"file_offset",
"memmap2",
]
[[package]]
name = "file_offset"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ad02ed760f100d78f087138613184d8e48d301c97f13804e250773d649900cd"
[[package]]
name = "idx_sized"
version = "0.21.4"
dependencies = [
"avltriee",
"file_mmap",
]
[[package]]
name = "libc"
version = "0.2.139"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
[[package]]
name = "memmap2"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"
dependencies = [
"libc",
]