async-graphql-derive 2.0.0-alpha.30

Macros for async-graphql
Documentation
[dependencies.Inflector]
version = "0.11.4"

[dependencies.async-graphql-parser]
version = "2.0.0-alpha.30"

[dependencies.darling]
version = "0.10"

[dependencies.itertools]
version = "0.9.0"

[dependencies.proc-macro-crate]
version = "0.1.4"

[dependencies.proc-macro2]
version = "1.0.6"

[dependencies.quote]
version = "1.0.3"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "1.0.20"

[dependencies.thiserror]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
categories = ["network-programming", "asynchronous"]
description = "Macros for async-graphql"
documentation = "https://docs.rs/async-graphql/"
edition = "2018"
homepage = "https://github.com/async-graphql/async-graphql"
keywords = ["futures", "async", "graphql"]
license = "MIT/Apache-2.0"
name = "async-graphql-derive"
publish = true
repository = "https://github.com/async-graphql/async-graphql"
version = "2.0.0-alpha.30"