[package]
edition = "2021"
name = "openauth-plugins"
version = "0.0.2"
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.openauth-core]
version = "0.0.2"
[lints.clippy]
expect_used = "warn"
panic = "warn"
unwrap_used = "warn"
[lints.rust]
unsafe_code = "forbid"