# 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 = "tower-sessions-redis-store" version = "0.14.0" authors = ["Max Countryman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Redis session store for `tower-sessions`." homepage = "https://github.com/maxcountryman/tower-sessions-stores" documentation = "https://docs.rs/tower-sessions-redis-store" readme = "README.md" keywords = [ "axum", "sessions", "cookie", "tower", "redis", ] categories = [ "asynchronous", "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/maxcountryman/tower-sessions-stores" [lib] name = "tower_sessions_redis_store" path = "src/lib.rs" [[example]] name = "redis" path = "examples/redis.rs" [dependencies.async-trait] version = "0.1.77" [dependencies.fred] version = "9.0.3" [dependencies.rmp-serde] version = "1.1.2" [dependencies.thiserror] version = "1.0.56" [dependencies.time] version = "0.3.31" [dependencies.tower-sessions-core] version = "0.13.0" [dev-dependencies.axum] version = "0.7.1" [dev-dependencies.serde] version = "1" [dev-dependencies.tokio] version = "1.32.0" features = ["full"] [dev-dependencies.tokio-test] version = "0.4.3" [dev-dependencies.tower-sessions] version = "0.13.0" [features] enable-native-tls = ["fred/enable-native-tls"] enable-rustls = ["fred/enable-rustls"] vendored-openssl = ["fred/vendored-openssl"]