utoipa 5.1.1

Compile time generated OpenAPI documentation for Rust
Documentation
[dependencies.indexmap]
features = ["serde"]
version = "2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
optional = true
version = "0.9"

[dependencies.utoipa-gen]
optional = true
version = "5.1.1"

[dev-dependencies.assert-json-diff]
version = "2"

[features]
actix_extras = ["utoipa-gen?/actix_extras"]
auto_into_responses = ["utoipa-gen?/auto_into_responses"]
axum_extras = ["utoipa-gen?/axum_extras"]
chrono = ["utoipa-gen?/chrono"]
config = ["utoipa-gen?/config"]
debug = ["utoipa-gen?/debug"]
decimal = ["utoipa-gen?/decimal"]
decimal_float = ["utoipa-gen?/decimal_float"]
default = ["macros"]
indexmap = ["utoipa-gen?/indexmap"]
macros = ["dep:utoipa-gen"]
non_strict_integers = ["utoipa-gen?/non_strict_integers"]
openapi_extensions = []
preserve_order = []
preserve_path_order = []
rc_schema = ["utoipa-gen?/rc_schema"]
repr = ["utoipa-gen?/repr"]
rocket_extras = ["utoipa-gen?/rocket_extras"]
smallvec = ["utoipa-gen?/smallvec"]
time = ["utoipa-gen?/time"]
ulid = ["utoipa-gen?/ulid"]
url = ["utoipa-gen?/url"]
uuid = ["utoipa-gen?/uuid"]
yaml = ["serde_yaml", "utoipa-gen?/yaml"]

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(doc_cfg)"]
level = "warn"
priority = 0

[package]
authors = ["Juha Kukkonen <juha7kukkonen@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["web-programming"]
description = "Compile time generated OpenAPI documentation for Rust"
edition = "2021"
keywords = ["rest-api", "openapi", "auto-generate", "documentation", "compile-time"]
license = "MIT OR Apache-2.0"
name = "utoipa"
readme = "README.md"
repository = "https://github.com/juhaku/utoipa"
rust-version = "1.75"
version = "5.1.1"

[package.metadata.docs.rs]
features = ["actix_extras", "non_strict_integers", "openapi_extensions", "uuid", "ulid", "url", "yaml", "macros"]
rustdoc-args = ["--cfg", "doc_cfg"]