shield-sea-orm 0.2.2

SeaORM storage for Shield.
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 = "shield-sea-orm"
version = "0.2.2"
authors = ["Rust for Web <info@rustforweb.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SeaORM storage for Shield."
readme = "README.md"
license = "MIT"
repository = "https://github.com/RustForWeb/shield"
resolver = "2"

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

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

[[test]]
name = "migration"
path = "tests/migration.rs"

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

[dependencies.chrono]
version = "0.4.39"

[dependencies.sea-orm]
version = "1.1.2"

[dependencies.sea-orm-migration]
version = "1.1.2"

[dependencies.secrecy]
version = "0.10.3"

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

[dependencies.serde_json]
version = "1.0.133"

[dependencies.shield]
version = "0.2.0"

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

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

[dependencies.utoipa]
version = "5.3.1"
features = [
    "chrono",
    "uuid",
]
optional = true

[dev-dependencies.tokio]
version = "1.42.0"
features = [
    "macros",
    "rt-multi-thread",
    "test-util",
]