cynic-codegen 0.2.0

Codegen for cynic - a GraphQL query builder & data mapper for Rust
Documentation
[package]
name = "cynic-codegen"
version = "0.2.0"
authors = ["Graeme Coupar <graeme@polyandglot.dev>"]
edition = "2018"
homepage = "https://github.com/polyandglot/cynic"
description = "Codegen for cynic - a GraphQL query builder & data mapper for Rust"
license = "MPL-2.0"
documentation = "https://docs.rs/cynic-codegen"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = ["rustfmt"]
rustfmt = []

[dependencies]
graphql-parser = "0.2.3"
proc-macro2 = "1.0.7"
syn = "1.0.13"
quote = "1.0.2"
Inflector = "0.11.4"
darling = "0.10.2"
lazy_static = "1.4.0"

[dev-dependencies]
assert_matches = "1.3.0"
maplit = "1.0.2"
rstest = "0.6.3"