# 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-memory" version = "0.4.0-alpha.5" authors = ["Pouya M. B. "] description = "An implementation of basteh based on hashmap(in memory)" documentation = "https://docs.rs/basteh-memory" readme = "README.md" keywords = [ "storage", "web", "async", "hashmap", ] categories = [ "asynchronous", "caching", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pooyamb/basteh/" resolver = "2" [dependencies.async-trait] version = "0.1" [dependencies.basteh] version = "=0.4.0-alpha.5" [dependencies.futures-util] version = "0.3" default-features = false [dependencies.parking_lot] version = "0.12.1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.13.1" features = [ "time", "macros", "rt", ] [dependencies.tokio-util] version = "0.7" features = ["time"] [dev-dependencies.basteh] version = "=0.4.0-alpha.5" features = [ "all", "test_utils", ] [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1.13.1" features = [ "time", "macros", "rt", ]