version = 3
[[package]]
name = "avltriee"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0f1a9163aa741f67c5ed30d9135484c6c3f993433c9a1320db65fdbb8731529"
[[package]]
name = "file_mmap"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a447ab0748aada6eeb5fe7820b3acf0ba4af1d18fde39cec64a8d315188f9cf4"
dependencies = [
"memmap2",
]
[[package]]
name = "idx_sized"
version = "0.13.1"
dependencies = [
"avltriee",
"file_mmap",
]
[[package]]
name = "libc"
version = "0.2.137"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
[[package]]
name = "memmap2"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498"
dependencies = [
"libc",
]