silent-openapi 2.13.0

OpenAPI 3.0 support for Silent web framework
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "silent-openapi"
version = "2.13.0"
authors = ["Hubert Shelley <hubertshelley@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenAPI 3.0 support for Silent web framework"
homepage = "https://github.com/silent-rs/silent"
readme = "readme.md"
keywords = [
    "silent",
    "openapi",
    "swagger",
    "web",
    "api",
]
categories = ["web-programming"]
license = "Apache-2.0"
repository = "https://github.com/silent-rs/silent"
resolver = "2"

[features]
default = []
uuid = [
    "dep:uuid",
    "utoipa/uuid",
]

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

[[example]]
name = "security_example"
path = "examples/security_example.rs"

[[example]]
name = "simple_example"
path = "examples/simple_example.rs"

[[example]]
name = "user_api"
path = "examples/user_api.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.http]
version = "1.0"

[dependencies.mime]
version = "0.3"

[dependencies.once_cell]
version = "1"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.silent]
version = "2"

[dependencies.silent-openapi-macros]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.utoipa]
version = "5"
features = [
    "chrono",
    "uuid",
]

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]
optional = true

[dev-dependencies.tokio-test]
version = "0.4"