shield-oidc 0.2.1

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

[package.metadata.cargo-machete]
ignored = [
    "oauth2",
    "serde_json",
]

[features]
default = []
native-tls = [
    "oauth2/native-tls",
    "openidconnect/native-tls",
]
rustls-tls = [
    "oauth2/rustls-tls",
    "openidconnect/rustls-tls",
]

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

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

[dependencies.bon]
version = "3.3.2"

[dependencies.chrono]
version = "0.4.39"

[dependencies.oauth2]
version = "5.0.0"
features = ["pkce-plain"]
default-features = false

[dependencies.openidconnect]
version = "4.0.0"
features = ["reqwest"]
default-features = false

[dependencies.regex]
version = "1.12.2"

[dependencies.secrecy]
version = "0.10.3"

[dependencies.serde]
version = "1.0.215"

[dependencies.serde_json]
version = "1.0.133"

[dependencies.shield]
version = "0.2.0"

[dependencies.tracing]
version = "0.1.41"

[dependencies.url]
version = "2.5.7"