sa-token-plugin-actix-web-core 0.1.16

Framework-agnostic core types for sa-token actix-web integration
Documentation
# 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 = "2024"
name = "sa-token-plugin-actix-web-core"
version = "0.1.16"
authors = ["金书记"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Framework-agnostic core types for sa-token actix-web integration"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/sa-tokens/sa-token-rust.git"
resolver = "2"

[features]
database = ["dep:sa-token-storage-database"]
default = []
memory = ["dep:sa-token-storage-memory"]
redis = ["dep:sa-token-storage-redis"]

[lib]
name = "sa_token_plugin_actix_web_core"
path = "src/lib.rs"

[dependencies.sa-token-adapter]
version = "0.1.16"

[dependencies.sa-token-core]
version = "0.1.16"

[dependencies.sa-token-storage-database]
version = "0.1.16"
optional = true

[dependencies.sa-token-storage-memory]
version = "0.1.16"
optional = true

[dependencies.sa-token-storage-redis]
version = "0.1.16"
optional = true

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"