reinhardt-openapi 0.1.2

OpenAPI router wrapper for Reinhardt 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.94.0"
name = "reinhardt-openapi"
version = "0.1.2"
authors = ["kent8192 <51869472+kent8192@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenAPI router wrapper for Reinhardt framework"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/kent8192/reinhardt-web"

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

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

[dependencies.reinhardt-http]
version = "0.1.2"

[dependencies.reinhardt-rest]
version = "0.1.2"
features = ["openapi"]

[dependencies.reinhardt-urls]
version = "0.1.2"
features = ["routers"]

[dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.hyper]
version = "1.9.0"
features = ["full"]

[dev-dependencies.insta]
version = "1.47.2"
features = [
    "json",
    "toml",
]

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.tokio]
version = "1.51.0"
features = [
    "rt-multi-thread",
    "sync",
    "time",
    "macros",
    "net",
    "io-util",
    "full",
    "test-util",
]