openauth-plugins 0.0.4

Official OpenAuth plugin modules.
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 = "2021"
name = "openauth-plugins"
version = "0.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official OpenAuth plugin modules."
homepage = "https://github.com/sebastiansala/openauth"
documentation = "https://docs.rs/openauth-plugins"
readme = "README.md"
keywords = [
    "auth",
    "oauth",
    "sso",
    "scim",
    "identity",
]
categories = [
    "authentication",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/sebastiansala/openauth"

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

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

[dependencies.base64]
version = "0.22"

[dependencies.data-encoding]
version = "2"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.http]
version = "1"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.josekit]
version = "0.10"

[dependencies.openauth-core]
version = "0.0.4"

[dependencies.openauth-oauth]
version = "0.0.4"

[dependencies.openauth-social-providers]
version = "0.0.4"

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.sha3]
version = "0.10"

[dependencies.subtle]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"
features = ["serde"]

[dependencies.url]
version = "2"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
]
default-features = false

[lints.clippy]
expect_used = "warn"
panic = "warn"
unwrap_used = "warn"

[lints.rust]
unsafe_code = "forbid"