# 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 = "kvfeeds" version = "0.1.0-alpha.1" authors = ["Charles Chege "] description = "Key/Value store inspired by RethinkDB changefeeds and backed by Log Storage" homepage = "https://github.com/charleschege/kvfeeds" readme = "README.md" keywords = ["key-value-store", "realtime", "database", "embedded", "persistent"] categories = ["Caching", "Database implementations"] license = "Apache-2.0 OR MIT" repository = "https://github.com/charleschege/kvfeeds.git" [dependencies.custom_codes] version = "1.0.0" [dependencies.failure] version = "0.1.5" [dependencies.jemallocator] version = "0.3" [dependencies.serde] version = "1.0.94" [dependencies.serde_derive] version = "1.0.94" [dependencies.serde_json] version = "1.0.40" [dev-dependencies.clap] version = "2.33.0" [dev-dependencies.timeit] version = "0.1.2" [dev-dependencies.uuid] version = "0.7.4" features = ["v4"] [badges.maintenance] status = "experimental"