# 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-enum-response" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Easily create axum::http::Response's from Enums!" documentation = "https://docs.rs/axum-enum-response" readme = "README.md" keywords = ["axum"] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/lillianrubyrose/axum-enum-response" [lib] name = "axum_enum_response" path = "src/lib.rs" proc-macro = true [[test]] name = "body" path = "tests/body.rs" [[test]] name = "compiles" path = "tests/compiles.rs" [[test]] name = "from" path = "tests/from.rs" [[test]] name = "no_fields" path = "tests/no_fields.rs" [dependencies.proc-macro2] version = "1.0.78" [dependencies.quote] version = "1.0.35" [dependencies.syn] version = "2.0.51" [dev-dependencies.axum] version = "0.7.4" [dev-dependencies.futures] version = "0.3" [dev-dependencies.serde] version = "1.0.197" features = ["derive"] [dev-dependencies.tokio] version = "1" features = ["full"]