# 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 = "binstore" version = "0.2.0" authors = ["Mathieu Lapointe ", "Vincent Foley "] exclude = ["examples/*"] description = "A simple key-value store written in Rust. Uses its own compact file format." readme = "README.md" categories = ["database-implementations"] license = "MIT" repository = "https://github.com/matlapo/binstore" [dependencies.bincode] version = "~1.1" [dependencies.chrono] version = "~0.4" [dependencies.clap] version = "~2.32" default-features = false [dependencies.env_logger] version = "~0.6" [dependencies.log] version = "~0.4" [dependencies.lz4] version = "~1.23" [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.serde_json] version = "~1.0" [dev-dependencies.assert_matches] version = "~1.3" [dev-dependencies.proptest] version = "~0.9" [dev-dependencies.rand] version = "~0.6" [dev-dependencies.tempfile] version = "~3.0"