juniper-from-schema 0.1.2

Generate Juniper code from you GraphQL schema
Documentation
[package]
version = "0.1.2"
authors = ["David Pedersen <david.pdrsn@gmail.com>"]
categories = ["web-programming"]
description = "Generate Juniper code from you GraphQL schema"
documentation = "https://docs.rs/juniper-from-schema"
edition = "2018"
homepage = "https://github.com/davidpdrsn/juniper-from-schema"
keywords = ["web", "graphql", "juniper"]
license = "MIT"
name = "juniper-from-schema"
readme = "README.md"
repository = "https://github.com/davidpdrsn/juniper-from-schema.git"

[dependencies]
syn = { version = "0.15.22", features = ["full"] }
quote = "0.6.10"
graphql-parser = "0.2.2"
proc-macro2 = "0.4.24"
heck = "0.3.0"
regex = "1.1.0"
lazy_static = "1.1.0"
rustfmt-nightly = { version = "1.0.1", optional = true }

[features]
default = []
format-debug-output = ["rustfmt-nightly"]

[dev_dependencies]
juniper = "0.11.0"
serde_json = "1.0.33"
assert-json-diff = "0.2.1"
maplit = "1.0.1"
version-sync = "0.6"

[lib]
proc-macro = true
path = "src/lib.rs"