# 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 = "axum_session_redispool" version = "0.3.0" authors = ["Andrew Wheeler "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "📝 RedisPool Database layer for axum_session." documentation = "https://docs.rs/axum_session_redispool" readme = "README.md" keywords = [ "Axum", "Tower", "Redis", "Session", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AscendingCreations/AxumSession" [lib] name = "axum_session_redispool" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.81" [dependencies.axum_session] version = "0.14.0" [dependencies.redis] version = "0.27.2" features = [ "aio", "tokio-comp", ] [dependencies.redis_pool] version = "0.6.0" [features] redis-clusterdb = [ "redis_pool/cluster", "redis/cluster-async", ]