# 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-sdk" version = "0.1.0" authors = ["rooct@rooct.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "library for redis" homepage = "https://github.com/rooct/redis-sdk.git" readme = "README.md" keywords = [ "redis", "cache", ] license = "MIT" repository = "https://github.com/rooct/redis-sdk.git" [lib] name = "redis_sdk" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.bb8] version = "0.8.6" [dependencies.bb8-redis] version = "0.17.0" [dependencies.dotenv] version = "0.15.0" [dependencies.lru] version = "0.12.5" [dependencies.redis] version = "0.27.5" features = [ "cluster-async", "tokio-comp", ] [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.tokio] version = "1.41.0" features = ["full"]