version = 4
[[package]]
name = "rudb-common"
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "247e792710ccae11514205a5b515ecb33bac49a64d4d2d7e6bb2d2fcb8c1ad3a"
[[package]]
name = "rudb-encoding"
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95a3c00b7c8945978495d820b566faf71591c88f493df0c9758af7e6d7c573d8"
dependencies = [
"rudb-common",
"rudb-vector",
]
[[package]]
name = "rudb-io"
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3369a450b9be095fdccf13609ff9b8c5e84ac86e9069afa9e80a68406ea8805f"
dependencies = [
"rudb-common",
]
[[package]]
name = "rudb-storage"
version = "0.2.25"
dependencies = [
"rudb-common",
"rudb-encoding",
"rudb-io",
"rudb-vector",
]
[[package]]
name = "rudb-vector"
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cccea47ac8b332ec0f824c2327f7fbb305272dbf5fe647467b373974b2b69d4"
dependencies = [
"rudb-common",
]