[package] name = "display_json_derive" version = "0.1.3" authors = ["jofas "] edition = "2018" license = "MIT" readme = "../README.rst" description = "Procedural macros for implementing Display and Debug with serde_json::to_string and serde_json::to_string_pretty" homepage = "https://github.com/jofas/display_json" repository = "https://github.com/jofas/display_json" documentation = "https://docs.rs/display_json" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = { version = "^1.0.0", features = ["derive", "printing", "extra-traits", "parsing"] } quote = "^1.0.0" proc-macro2 = "^1.0.24"