[package]
edition = "2021"
name = "rustauth-plugins"
version = "0.0.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Name reservation placeholder for the Rust authentication toolkit."
homepage = "https://github.com/sebasxsala/openauth-rs"
documentation = "https://docs.rs/rustauth-plugins"
readme = "README.md"
keywords = [
"auth",
"oauth",
"sso",
"scim",
"identity",
]
categories = [
"authentication",
"web-programming",
]
license = "MIT"
repository = "https://github.com/sebasxsala/openauth-rs"
[lib]
name = "rustauth_plugins"
path = "src/lib.rs"
[lints.clippy]
expect_used = "warn"
panic = "warn"
unwrap_used = "warn"
[lints.rust]
unsafe_code = "forbid"