[package]
edition = "2024"
name = "owlauth-types"
version = "0.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Public API types for OwlAuth"
readme = "README.md"
keywords = [
"oauth",
"oauth2",
"authentication",
"types",
]
categories = [
"authentication",
"web-programming",
]
license = "BSD-3-Clause"
repository = "https://github.com/owlfoundry/owlauth"
[lib]
name = "owlauth_types"
path = "src/lib.rs"
[dependencies.serde]
version = "1.0.229"
features = ["derive"]
[dependencies.utoipa]
version = "5.5.0"
[dev-dependencies.serde_json]
version = "1.0.151"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "forbid"