sa-token-plugin-rocket 0.1.2

Rocket framework integration for sa-token-rust (placeholder)
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.rocket]
version = "0.5"

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

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.35"

[dependencies.urlencoding]
version = "2.1.3"

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

[package]
authors = ["金书记"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["authentication", "web-programming"]
description = "Rocket framework integration for sa-token-rust (placeholder)"
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-rocket"
readme = "README.md"
repository = "https://github.com/llc-993/sa-token-rust"
resolver = "2"
version = "0.1.2"