siamesedb 0.1.14

The simple local key-value store.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "rabuf"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c21fcf29db64b6b28ed4995f27c3886695fe019a59296a28497b5fc05462017b"

[[package]]
name = "siamesedb"
version = "0.1.14"
dependencies = [
 "rabuf",
 "vu64",
]

[[package]]
name = "vu64"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5532573557303800ad7bf7eb4328f0d115fb871194fb7f06f4f522fd333439a"