auto_route 0.2.1

Spring-style automatic Axum routing for auto-di managed controllers
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 = "auto_route"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Spring-style automatic Axum routing for auto-di managed controllers"
documentation = "https://docs.rs/auto_route"
readme = "README.md"
keywords = [
    "axum",
    "routing",
    "dependency-injection",
    "proc-macro",
]
categories = [
    "web-programming",
    "asynchronous",
]
license = "MIT"

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

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

[[test]]
name = "controller"
path = "tests/controller.rs"

[dependencies.auto-di]
version = "0.6.0"

[dependencies.auto_route_macros]
version = "0.2.1"

[dependencies.axum]
version = "0.8.9"

[dependencies.inventory]
version = "0.3.24"

[dependencies.poem-openapi]
version = "5.1.16"
features = ["swagger-ui"]

[dependencies.scalar_api_reference]
version = "0.2.2"
features = ["axum"]

[dependencies.serde_json]
version = "1"

[dev-dependencies.http-body-util]
version = "0.1"

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

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.tower]
version = "0.5"
features = ["util"]