# 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_redis_bb8_pool" version = "0.1.0" authors = ["Behzad Khalifeh "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "📝 RedisPool (BB8) Database layer for axum_session." documentation = "https://docs.rs/axum_session_redispool" readme = "README.md" keywords = [ "Axum", "Tower", "Redis", "Session", "BB8", ] license = "MIT" repository = "https://github.com/AscendingCreations/AxumSession" [lib] name = "axum_session_redis_bb8_pool" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.81" [dependencies.axum_session] version = "0.14.0" [dependencies.bb8-redis] version = "0.17.0" [dependencies.redis] version = "0.27.2" features = [ "aio", "tokio-comp", ]