# 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_guard_combinator" version = "0.2.0" description = "Use logical combinator to combine types that implement from request." readme = "README.md" license = "MIT" resolver = "2" [dependencies.async-trait] version = "0.1.57" [dependencies.axum] version = "0.6.0-rc.1" features = ["headers"] [dependencies.axum-core] version = "0.3.0-rc.1" [dependencies.futures] version = "0.3.23" [dependencies.futures-core] version = "0.3.23" [dependencies.http] version = "0.2.8" [dependencies.pin-project] version = "1.0.11" [dependencies.tower-layer] version = "0.3.1" [dependencies.tower-service] version = "0.3.2" [dev-dependencies.axum] version = "0.6.0-rc.1" [dev-dependencies.tokio] version = "1.20.1" features = ["full"] [dev-dependencies.tower] version = "0.4.13" [dev-dependencies.tower-http] version = "0.3.4" features = ["timeout"]