shield-memory 0.1.0

In-memory storage for Shield.
Documentation
[dependencies.async-trait]
version = "0.1.83"

[dependencies.serde]
version = "1.0.215"

[dependencies.shield]
version = "0.1.0"

[dependencies.shield-oauth]
optional = true
version = "0.1.0"

[dependencies.shield-oidc]
optional = true
version = "0.1.0"

[dependencies.uuid]
features = ["v4"]
version = "1.11.0"

[features]
all-methods = ["method-oauth", "method-oidc"]
default = []
method-oauth = ["dep:shield-oauth"]
method-oidc = ["dep:shield-oidc"]

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

[package]
authors = ["Rust for Web <info@rustforweb.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "In-memory storage for Shield."
edition = "2024"
license = "MIT"
name = "shield-memory"
readme = false
repository = "https://github.com/RustForWeb/shield"
resolver = "2"
version = "0.1.0"