# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rdms" version = "0.0.1" authors = ["prataprc "] exclude = ["template/**", "docs/**"] description = "Composable storage for key,value index" homepage = "https://github.com/bnclabs/rdms" documentation = "https://docs.rs/rdms" readme = "README.md" keywords = ["storage", "mvcc", "llrb", "btree", "lsm"] categories = ["data-structures", "database"] license = "AGPL-3.0" repository = "https://github.com/bnclabs/rdms" [lib] name = "rdms" path = "src/lib.rs" [dependencies.jsondata] version = "0.6.2" [dependencies.lazy_static] version = "1.2.0" [dependencies.rand] version = "0.6.4" [dependencies.structopt] version = "0.2" default-features = false [dev-dependencies.rand] version = "0.6.4" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "bnclabs/rdms"