# 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 = "redis-kiss" version = "0.1.4" description = "A really stupid approach to managing Redis PubSub." readme = "README.md" license = "MIT" [dependencies.bincode] version = "1.3.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.mobc] version = "0.8.1" default-features = false [dependencies.mobc-redis] version = "0.8.0" default-features = false [dependencies.redis] version = "0.23.0" features = ["aio"] default-features = false [dependencies.rmp-serde] version = "1.0.0" [dependencies.serde] version = "1.0.115" [dependencies.serde_json] version = "1.0.78" [dev-dependencies.async-std] version = "1.10.0" features = ["attributes"] [dev-dependencies.futures] version = "0.3.19" [features] async-std-runtime = [ "mobc/async-std", "mobc-redis/async-std-comp", "redis/async-std-comp", ] default = ["async-std-runtime"] tokio-runtime = [ "mobc/tokio", "mobc-redis/default", "redis/tokio-comp", ]