# 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 = "redis_tang" version = "0.3.0" authors = ["fakeshadow <24548779@qq.com>"] description = "A light weight asynchronous connection pool for redis-rs" readme = "README.md" keywords = [ "async", "redis", "pool", ] license = "MIT" repository = "https://github.com/fakeshadow/tang_rs" [lib] name = "redis_tang" path = "src/lib.rs" [dependencies.async-std] version = "1.5.0" optional = true default-features = false [dependencies.redis] version = "0.21" optional = true default-features = false [dependencies.smol] version = "1" optional = true [dependencies.tang-rs] version = "0.2.0" optional = true default-features = false [dependencies.tokio] version = "1" optional = true default-features = false [features] default = ["with-tokio"] with-async-std = [ "tang-rs", "async-std/unstable", "redis/async-std-comp", "smol", ] with-ntex = [ "tang-rs/no-send", "tokio/time", "redis/tokio-comp", ] with-tokio = [ "tang-rs", "redis/tokio-comp", "tokio/time", ]