[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
repository = "bnclabs/rdms"
[dependencies.jsondata]
version = "0.6.2"
[dependencies.lazy_static]
version = "1.2.0"
[dependencies.rand]
version = "0.6.4"
[dependencies.structopt]
default-features = false
version = "0.2"
[dev-dependencies.rand]
version = "0.6.4"
[lib]
name = "rdms"
path = "src/lib.rs"
[package]
authors = ["prataprc <prataprc@gmail.com>"]
categories = ["data-structures", "database"]
description = "Composable storage for key,value index"
documentation = "https://docs.rs/rdms"
edition = "2018"
exclude = ["template/**", "docs/**"]
homepage = "https://github.com/bnclabs/rdms"
keywords = ["storage", "mvcc", "llrb", "btree", "lsm"]
license = "AGPL-3.0"
name = "rdms"
readme = "README.md"
repository = "https://github.com/bnclabs/rdms"
version = "0.0.1"