# 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 = "2021" name = "bader-db" version = "0.1.5" authors = ["Mahmoud Salem "] description = "Key-value cache RESP server with support for key expirations" readme = "README.md" keywords = [ "resp", "rust", "async", "caching", "expiration", ] categories = [ "algorithms", "asynchronous", "caching", "data-structures", "parser", ] license = "MIT" repository = "https://github.com/mahsayedsalem/bader-db" [dependencies.anyhow] version = "1.0.59" [dependencies.async-std] version = "1.10" features = ["attributes"] [dependencies.async-timer] version = "0.7" [dependencies.bytes] version = "1.3.0" [dependencies.chrono] version = "0.4.24" [dependencies.env_logger] version = "0.9.3" [dependencies.log] version = "0.4.17" [dependencies.rand] version = "0.8" [dependencies.thiserror] version = "1.0.32" [dependencies.tokio] version = "1.23.0" features = ["full"]