[dependencies.Inflector]
version = "0.11.4"
[dependencies.async-graphql-parser]
version = "4.0.16"
[dependencies.darling]
version = "0.14.0"
[dependencies.proc-macro-crate]
version = "1.0.0"
[dependencies.proc-macro2]
version = "1.0.24"
[dependencies.quote]
version = "1.0.9"
[dependencies.syn]
features = ["full", "extra-traits", "visit-mut", "visit"]
version = "1.0.64"
[dependencies.thiserror]
version = "1.0.24"
[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 = "2021"
homepage = "https://github.com/async-graphql/async-graphql"
keywords = ["futures", "async", "graphql"]
license = "MIT/Apache-2.0"
name = "async-graphql-derive"
repository = "https://github.com/async-graphql/async-graphql"
version = "4.0.16"