# 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 = "error-http" version = "0.2.2" authors = ["Emil Majchrzak "] description = """ Procedural macro for associating error enums with HTTP codes. """ homepage = "https://github.com/majchrzamemil/error-http" documentation = "https://docs.rs/error-http" readme = "README.md" keywords = [ "enum", "actix-web", "rocket", "axum", "error", ] license = "MIT" repository = "https://github.com/majchrzamemil/error-http" [lib] proc-macro = true [dependencies.cfg-if] version = "1.0.0" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = ["full"] [dev-dependencies.actix-web] version = "4.4.0" [dev-dependencies.axum] version = "0.7.2" [dev-dependencies.rocket] version = "0.5.0" [features] actix = [] axum = [] rocket = []