display_json 0.2.1

Procedural macros for implementing Display, Debug and FromStr for (de)serializing json strings
Documentation
[dependencies.proc-macro2]
version = "^1.0.24"

[dependencies.quote]
version = "^1.0.0"

[dependencies.serde]
features = ["derive"]
version = "^1.0.125"

[dependencies.serde_json]
version = "^1.0.64"

[dependencies.syn]
features = ["derive", "printing", "extra-traits", "parsing"]
version = "^1.0.0"

[lib]
proc-macro = true

[package]
authors = ["jofas <jonas@fc-web.de>"]
description = "Procedural macros for implementing Display, Debug and FromStr for (de)serializing json strings"
documentation = "https://docs.rs/display_json"
edition = "2018"
homepage = "https://github.com/jofas/display_json"
keywords = ["Display", "Debug", "FromStr", "json", "serde"]
license = "MIT"
name = "display_json"
readme = "README.md"
repository = "https://github.com/jofas/display_json"
version = "0.2.1"