[dependencies.actix-web]
version = "4.11.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.sa-token-adapter]
version = "0.1.12"
[dependencies.sa-token-core]
version = "0.1.12"
[dependencies.sa-token-macro]
version = "0.1.12"
[dependencies.sa-token-storage-database]
optional = true
version = "0.1.12"
[dependencies.sa-token-storage-memory]
optional = true
version = "0.1.12"
[dependencies.sa-token-storage-redis]
optional = true
version = "0.1.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.35"
[dependencies.tracing]
version = "0.1"
[dependencies.urlencoding]
version = "2.1"
[features]
database = ["sa-token-storage-database"]
default = ["memory"]
full = ["memory", "redis", "database"]
memory = ["sa-token-storage-memory"]
redis = ["sa-token-storage-redis"]
[lib]
name = "sa_token_plugin_actix_web"
path = "src/lib.rs"
[package]
authors = ["金书记"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["authentication", "web-programming"]
description = "Actix-web framework integration for sa-token-rust - All-in-one package"
documentation = "https://docs.rs/sa-token-rust"
edition = "2024"
homepage = "https://github.com/llc-993/sa-token-rust"
keywords = ["authentication", "authorization", "token", "security", "web"]
license = "MIT OR Apache-2.0"
name = "sa-token-plugin-actix-web"
readme = "README.md"
repository = "https://github.com/llc-993/sa-token-rust"
resolver = "2"
version = "0.1.12"