# 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 = "actix-extended-session" version = "0.2.0" authors = ["zignis "] description = "Extended session management for Actix Web" readme = "README.md" keywords = [ "http", "web", "framework", "async", "session", ] license = "MIT" repository = "https://github.com/storiny/actix-extended-session.git" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.actix-service] version = "2" [dependencies.actix-utils] version = "3" [dependencies.actix-web] version = "4" features = [ "cookies", "secure-cookies", ] default-features = false [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.derive_more] version = "0.99.7" [dependencies.rand] version = "0.8" optional = true [dependencies.redis] version = "0.23" features = [ "tokio-comp", "connection-manager", ] optional = true default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tracing] version = "0.1.30" features = ["log"] default-features = false [dev-dependencies.actix-test] version = "0.1.0-beta.10" [dev-dependencies.actix-web] version = "4" features = [ "cookies", "secure-cookies", "macros", ] default-features = false [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.log] version = "0.4" [features] cookie-session = [] default = [] redis-rs-session = [ "redis", "rand", ] redis-rs-tls-session = [ "redis-rs-session", "redis/tokio-native-tls-comp", ]