# 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_either" version = "0.1.0" description = "Accept or respond with one of multiple types in axum" documentation = "https://docs.rs/axum_either" readme = "README.md" categories = [ "axum", "web", "utility", ] license = "MIT" repository = "https://github.com/DrSloth/axum_either" resolver = "2" [dependencies.async-trait] version = "0.1.56" [dependencies.axum-core] version = "0.2.7" [dependencies.either] version = "1.7.0" optional = true [dependencies.http] version = "0.2.8" [dev-dependencies.anyhow] version = "1.0.58" [dev-dependencies.axum] version = "0.5.13" [dev-dependencies.reqwest] version = "0.11.11" features = [ "json", "tokio-rustls", "rustls-tls", ] default-features = false [dev-dependencies.serde] version = "1.0.140" features = ["derive"] [dev-dependencies.tokio] version = "1.20.1" features = ["full"] [features] default = ["into_either"] into_either = ["either"]