[package]
edition = "2024"
rust-version = "1.85"
name = "umbral-openapi"
version = "0.0.7"
authors = ["Dalmas Ogembo <dalmasogembo@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Auto-generated OpenAPI 3.0 schema + Swagger UI for umbral-rest endpoints."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/dalmasonto/umbral"
[lib]
name = "umbral_openapi"
path = "src/lib.rs"
[[test]]
name = "client_auth"
path = "tests/client_auth.rs"
[[test]]
name = "client_gen"
path = "tests/client_gen.rs"
[[test]]
name = "client_pagination_auth"
path = "tests/client_pagination_auth.rs"
[[test]]
name = "gen_client_command"
path = "tests/gen_client_command.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[[test]]
name = "prod_gating"
path = "tests/prod_gating.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.clap]
version = "4"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.tracing]
version = "0.1"
[dependencies.umbral]
version = "0.0.7"
[dependencies.umbral-casing]
version = "0.0.7"
[dependencies.umbral-rest]
version = "0.0.7"
[dev-dependencies.axum]
version = "0.8"
[dev-dependencies.chrono]
version = "0.4"
features = ["serde"]
[dev-dependencies.http]
version = "1"
[dev-dependencies.http-body-util]
version = "0.1"
[dev-dependencies.sqlx]
version = "0.8"
features = [
"sqlite",
"runtime-tokio",
]
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tokio]
version = "1"
features = [
"macros",
"rt",
"rt-multi-thread",
"sync",
]
[dev-dependencies.tower]
version = "0.5"
features = ["util"]
[dev-dependencies.uuid]
version = "1"
features = [
"v4",
"serde",
]