async-graphql/derive/Cargo.toml

26 lines
786 B
TOML

[package]
name = "async-graphql-derive"
version = "2.10.3"
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2018"
description = "Macros for async-graphql"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/async-graphql/"
homepage = "https://github.com/async-graphql/async-graphql"
repository = "https://github.com/async-graphql/async-graphql"
keywords = ["futures", "async", "graphql"]
categories = ["network-programming", "asynchronous"]
[lib]
proc-macro = true
[dependencies]
async-graphql-parser = { path = "../parser", version = "=2.10.3" }
proc-macro2 = "1.0.24"
syn = { version = "1.0.64", features = ["full", "extra-traits", "visit-mut", "visit"] }
quote = "1.0.9"
Inflector = "0.11.4"
proc-macro-crate = "1.0.0"
darling = "0.12.2"
thiserror = "1.0.24"