# 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 = "2018" name = "actix-json-responder" version = "0.2.1" authors = ["Ana Bujan "] include = [ "src/", "LICENSE-*", "README.md", ] description = "A procedural macro to reduce json response boilerplate on actix projects." readme = "README.md" keywords = [ "actix", "json", "actix-web", ] categories = ["Web programming"] license = "MIT/Apache-2.0" repository = "https://github.com/eisberg-labs/actix-json-responder" [lib] proc-macro = true [dependencies.quote] version = "1.0.23" [dependencies.syn] version = "1.0.70" [dev-dependencies.actix-rt] version = "2.7.0" [dev-dependencies.actix-web] version = "4.2.1" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1.0"