2017-06-24 06:23:20 -05:00
|
|
|
[package]
|
|
|
|
name = "juniper_codegen"
|
2017-12-01 19:31:56 -06:00
|
|
|
version = "0.9.0"
|
2017-06-24 06:23:20 -05:00
|
|
|
authors = ["Magnus Hallin <mhallin@fastmail.com>"]
|
|
|
|
description = "Internal custom derive trait for Juniper GraphQL"
|
|
|
|
license = "BSD-2-Clause"
|
|
|
|
documentation = "https://docs.rs/juniper"
|
2017-08-07 01:15:50 -05:00
|
|
|
repository = "https://github.com/graphql-rust/juniper"
|
2017-06-24 06:23:20 -05:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
2017-12-01 19:27:41 -06:00
|
|
|
syn = "0.11"
|
|
|
|
quote = "0.3"
|
2017-06-24 06:23:20 -05:00
|
|
|
|
|
|
|
[badges]
|
2017-08-07 01:15:50 -05:00
|
|
|
travis-ci = { repository = "graphql-rust/juniper" }
|
|
|
|
appveyor = { repository = "graphql-rust/juniper" }
|