# 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 = "tower-redis" version = "0.3.0" authors = ["Judge Maygarden "] description = """ A Tower service for asynchronous Redis request/response performed over a managed, multplexed connection. """ homepage = "https://github.com/jmaygarden/tower-redis" documentation = "https://docs.rs/tower-redis/0.2.1" readme = "README.md" categories = [ "asynchronous", "database", ] license = "MIT" repository = "https://github.com/jmaygarden/tower-redis" [dependencies.redis] version = "0.25" features = [ "connection-manager", "tokio-comp", ] [dependencies.tower] version = "0.4" default-features = false [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", ] [dev-dependencies.tower] version = "0.4" features = ["util"] [features] default = ["util"] util = ["tower/util"]