# 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 = "2021" name = "better-routes" version = "0.3.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A powerful Rust library designed for generating type-safe and maintainable Axum routers." readme = "README.md" keywords = [ "axum", "router", "typed-routing", "centralized", "maintainable", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/ratnaraj7/better-routes" [lib] name = "better_routes" path = "src/lib.rs" [[test]] name = "all" path = "tests/all.rs" [dependencies.better-routes-macros] version = "0.3.1" [dev-dependencies.axum] version = "0.7.7" [dev-dependencies.axum-extra] version = "0.9.4" features = ["typed-routing"] [dev-dependencies.http-body-util] version = "0.1.2" [dev-dependencies.serde] version = "1.0.204" features = ["derive"] [dev-dependencies.tokio] version = "1.39.2" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.tower] version = "0.5.1" features = ["util"] [dev-dependencies.trybuild] version = "1.0.98"