[dependencies.aide]
features = ["axum", "axum-json"]
version = "0.15"
[dependencies.axum]
version = "0.8.7"
[dependencies.rovo-macros]
version = "0.2.2"
[dependencies.schemars]
features = ["uuid1"]
version = "0.9"
[dependencies.serde_yaml]
version = "0.9"
[dev-dependencies.axum]
version = "0.8.7"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[dev-dependencies.tower]
version = "0.5"
[dev-dependencies.tracing]
version = "0.1"
[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[dev-dependencies.trybuild]
version = "1.0"
[dev-dependencies.uuid]
features = ["serde", "v4"]
version = "1"
[dev-dependencies.version_check]
version = "0.9"
[[example]]
name = "todo_api"
path = "examples/todo_api.rs"
required-features = ["swagger"]
[features]
default = []
redoc = ["aide/redoc"]
scalar = ["aide/scalar"]
swagger = ["aide/swagger"]
[lib]
name = "rovo"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "web-programming::http-server"]
description = "A drop-in replacement for axum::Router with effortless OpenAPI documentation"
edition = "2021"
keywords = ["axum", "openapi", "swagger", "api", "documentation"]
license = "MIT"
name = "rovo"
readme = "README.md"
repository = "https://github.com/a-line/rovo"
version = "0.2.2"
[[test]]
name = "basic_docs"
path = "tests/basic_docs.rs"
[[test]]
name = "compile_fail"
path = "tests/compile_fail.rs"
[[test]]
name = "comprehensive"
path = "tests/comprehensive.rs"
[[test]]
name = "parser_edge_cases"
path = "tests/parser_edge_cases.rs"
[[test]]
name = "router_edge_cases"
path = "tests/router_edge_cases.rs"
[[test]]
name = "router_functionality"
path = "tests/router_functionality.rs"
[[test]]
name = "rovo_ignore"
path = "tests/rovo_ignore.rs"
[[test]]
name = "rustdoc_format"
path = "tests/rustdoc_format.rs"
[[test]]
name = "spec_population"
path = "tests/spec_population.rs"
[[test]]
name = "validation"
path = "tests/validation.rs"
[[test]]
name = "with_example"
path = "tests/with_example.rs"