2017-06-24 13:23:20 +02:00
|
|
|
[package]
|
|
|
|
name = "juniper_codegen"
|
2018-01-13 10:34:30 +01:00
|
|
|
version = "0.9.2"
|
2017-12-03 18:33:40 +01:00
|
|
|
authors = [
|
|
|
|
"Magnus Hallin <mhallin@fastmail.com>",
|
|
|
|
"Christoph Herzog <chris@theduke.at>",
|
|
|
|
]
|
2017-06-24 13:23:20 +02:00
|
|
|
description = "Internal custom derive trait for Juniper GraphQL"
|
|
|
|
license = "BSD-2-Clause"
|
|
|
|
documentation = "https://docs.rs/juniper"
|
2017-08-07 08:15:50 +02:00
|
|
|
repository = "https://github.com/graphql-rust/juniper"
|
2017-06-24 13:23:20 +02:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
2018-05-03 01:21:08 +02:00
|
|
|
syn = { version = "0.13.*", features = ["full", "extra-traits"] }
|
|
|
|
quote = "0.5.*"
|
2018-05-23 01:25:20 -06:00
|
|
|
regex = "0.2.10"
|
|
|
|
lazy_static = "1.0.0"
|
2017-06-24 13:23:20 +02:00
|
|
|
|
|
|
|
[badges]
|
2017-08-07 08:15:50 +02:00
|
|
|
travis-ci = { repository = "graphql-rust/juniper" }
|
|
|
|
appveyor = { repository = "graphql-rust/juniper" }
|