openid 0.23.0

OpenID Connect & Discovery client library using async / await.
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"
rust-version = "1.85"
name = "openid"
version = "0.23.0"
authors = ["Alexander Korolev <alexander.korolev.germany@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
OpenID Connect & Discovery client library using async / await.
"""
homepage = "https://github.com/kilork/openid"
readme = "README.md"
keywords = [
    "authentication",
    "authorization",
    "oauth",
    "openid",
    "uma2",
]
categories = ["authentication"]
license = "Unlicense OR MIT"
repository = "https://github.com/kilork/openid"

[package.metadata.docs.rs]
features = ["all"]

[features]
all = [
    "microsoft",
    "uma2",
    "native-tls",
]
default = [
    "native-tls",
    "http2",
]
http2 = ["reqwest/http2"]
microsoft = []
native-tls = ["reqwest/native-tls"]
rustls = ["reqwest/rustls"]
uma2 = []

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

[dependencies.base64]
version = "0.22"

[dependencies.biscuit]
version = "0.7"

[dependencies.chrono]
version = "0.4"
features = ["serde"]
default-features = false

[dependencies.getrandom]
version = "0.4.1"
features = ["std"]
default-features = false

[dependencies.hmac-sha256]
version = "1.1.13"

[dependencies.mime]
version = "0.3"

[dependencies.reqwest]
version = "0.13"
features = ["json"]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]
default-features = false

[dependencies.serde_json]
version = "1"
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.url]
version = "2"
features = ["serde"]
default-features = false

[dependencies.validator]
version = "0.20"
features = ["derive"]