# 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 = "axum-named-routes" version = "0.2.3" description = "A Router for axum that allows routes to be named" readme = "README.md" license = "MIT" repository = "https://github.com/Atrociously/axum-named-routes" [dependencies.axum] version = "0.6" default-features = false [dependencies.futures] version = "0.3" default-features = false [dependencies.tower-layer] version = "0.3" [dependencies.tower-service] version = "0.3" [dev-dependencies.axum] version = "0.6" features = ["http1"] [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = ["tokio"] tokio = ["axum/tokio"]