# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "basteh" version = "0.4.0-alpha.5" authors = ["Pouya M. B. "] description = "Generic kv storage with replaceable backend" documentation = "https://docs.rs/basteh" readme = "README.md" keywords = [ "storage", "web", "async", ] categories = [ "asynchronous", "caching", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pooyamb/basteh/" resolver = "2" [package.metadata.docs.rs] features = ["all"] [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.20" features = [ "macros", "time", "rt", ] optional = true default-features = false [dev-dependencies.tokio] version = "1.20" features = [ "macros", "time", "rt", ] default-features = false [features] all = [] default = [] test_utils = ["tokio"]