versatile-data 0.1.1

A library for databases that has convenient datasets that group together commonly used fields and gives you the flexibility to create your own fields.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "avltriee"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7615a0a2c55126a6e4534c9cbb19ac8d04e3d87300349bf4c5fe1cf4e42d7b8"
dependencies = [
 "rustc-hash",
]

[[package]]
name = "file_mmap"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7efa25cfd767fa62737df49a43e17e46cf9c7810d5d4411c646732de31c5686"
dependencies = [
 "memmap2",
]

[[package]]
name = "indexed_data_file"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1331517d17addeed02470982a254a8cacf223ff0f9636616d5a3dce5ddece376"
dependencies = [
 "avltriee",
 "file_mmap",
]

[[package]]
name = "libc"
version = "0.2.132"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5"

[[package]]
name = "memmap2"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498"
dependencies = [
 "libc",
]

[[package]]
name = "natord"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "308d96db8debc727c3fd9744aac51751243420e46edf401010908da7f8d5e57c"

[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"

[[package]]
name = "strings_set_file"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72cecbc737cd2113fdad685a9cfd9e0f37c3acd60a34bfc568c6cd421b3400f1"
dependencies = [
 "file_mmap",
]

[[package]]
name = "versatile-data"
version = "0.1.1"
dependencies = [
 "file_mmap",
 "indexed_data_file",
 "libc",
 "natord",
 "strings_set_file",
]