# 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 = "retriever" version = "0.0.3" authors = ["Christopher Lane Hinson "] description = "Retriever is an embedded in-memory data store for rust applications." homepage = "https://www.github.com/itsybitesyspider/retriever" readme = "README.md" license = "ISC OR GPL-3.0-or-later" repository = "https://www.github.com/itsybitesyspider/retriever" [[bench]] name = "basic" harness = false [dependencies.fnv] version = "1.0.6" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.smallvec] version = "1.0" optional = true [dev-dependencies.chrono] version = "0.4" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.6" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.simple_logger] version = "1.3.0" [dev-dependencies.static_assertions] version = "1.1" [badges]