# 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 = "data-pile" version = "0.6.1" authors = ["Yevhenii Babichenko "] description = "A simple and fast append-only data store" homepage = "https://github.com/eugene-babichenko/data-pile" documentation = "https://docs.rs/data-pile" readme = "README.md" keywords = ["append-only", "key-value", "storage", "database"] categories = ["database"] license-file = "LICENSE" repository = "https://github.com/eugene-babichenko/data-pile" [[bench]] name = "put_get" harness = false required-features = ["with-bench"] [dependencies.criterion] version = "0.3.3" optional = true [dependencies.memmap2] version = "0.2.1" [dependencies.rand] version = "0.7.3" optional = true [dependencies.tempfile] version = "3.1" optional = true [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.quickcheck_macros] version = "0.9" [dev-dependencies.tempfile] version = "3.1" [features] with-bench = ["tempfile", "criterion", "rand"]