# 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 = "reddb" version = "0.2.3" authors = ["Pablo Magaz "] exclude = ["tests", ".github", ".gitignore", "examples"] description = "Minimalistic in-memory embedded database with persistance" homepage = "https://github.com/pmagaz/reddb" documentation = "https://docs.rs/RedDb" readme = "README.md" keywords = ["database", "db", "async", "store", "embedded"] categories = ["database", "database-implementations", "asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/pmagaz/reddb" [package.metadata.docs.rs] all-features = true [lib] name = "reddb" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.42" [dependencies.base64] version = "0.13.0" optional = false [dependencies.bincode] version = "1.3.1" optional = true [dependencies.failure] version = "0.1.8" [dependencies.futures] version = "0.3.8" [dependencies.ron] version = "0.6.4" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.61" optional = true [dependencies.serde_yaml] version = "0.8.14" optional = true [dependencies.tokio] version = "0.2" features = ["macros", "fs", "stream", "sync", "rt-util"] [dependencies.uuid] version = "0.8.1" features = ["serde", "v4"] [dev-dependencies.cargo-husky] version = "1" features = ["prepush-hook", "run-cargo-fmt", "run-cargo-clippy"] default-features = false [dev-dependencies.grcov] version = "0.6.1" [dev-dependencies.tokio-test] version = "0.4.0" [features] bin_ser = ["bincode"] default = [] json_ser = ["serde_json"] ron_ser = ["ron"] yaml_ser = ["serde_yaml"]