sa-token-plugin-tide 0.1.12

Tide framework integration for sa-token-rust - All-in-one package
Documentation
[dependencies.async-std]
version = "1.13.1"

[dependencies.async-trait]
version = "0.1"

[dependencies.http]
version = "1.0"

[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.tide]
version = "0.17.0-beta.1"

[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_tide"
path = "src/lib.rs"

[package]
authors = ["金书记"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["authentication", "web-programming"]
description = "Tide 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-tide"
readme = false
repository = "https://github.com/llc-993/sa-token-rust"
resolver = "2"
version = "0.1.12"