# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "readb" version = "0.4.1" authors = ["Alexander Procelewski "] description = "A simple, efficient, and modular embedded read-first key-value database in Rust." homepage = "https://github.com/Basis-Health/readb" readme = "README.md" keywords = [ "database", "embedded", "key-value", ] categories = [ "database-implementations", "embedded", ] license = "Apache-2.0" repository = "https://github.com/Basis-Health/readb" [[bench]] name = "rdb_vs_sled" harness = false required-features = ["write"] [dependencies.anyhow] version = "1.0.72" [dependencies.bincode] version = "1.3.3" [dependencies.brotli] version = "3.3.4" optional = true [dependencies.fs2] version = "0.4.3" [dependencies.reqwest] version = "0.11.18" optional = true [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.redb] version = "1.0.5" [dev-dependencies.sled] version = "0.34.7" [dev-dependencies.tempfile] version = "3.7.0" [dev-dependencies.tokio] version = "1.29.1" features = ["full"] [dev-dependencies.walkdir] version = "2" [dev-dependencies.warp] version = "0.3.5" [features] default = [] default-remote = [ "remote-cloning", "remote-brotli-compression", ] error-on-rollback-committed = [] garbage-collection = [] ignore-path-check = [] remote-brotli-compression = ["brotli"] remote-cloning = ["reqwest"] write = []