async-graphql/derive/Cargo.toml
Sunli e77fc7d914 Release 2.5.13
async-graphql@2.5.13
async-graphql-actix-web@2.5.13
async-graphql-derive@2.5.13
async-graphql-tide@2.5.13
async-graphql-warp@2.5.13

Generated by cargo-workspaces
2021-03-10 09:25:21 +08:00

26 lines
779 B
TOML

[package]
name = "async-graphql-derive"
version = "2.5.13"
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.5.9" }
proc-macro2 = "1.0.6"
syn = { version = "1.0.44", features = ["full", "extra-traits", "visit-mut", "visit"] }
quote = "1.0.3"
Inflector = "0.11.4"
proc-macro-crate = "0.1.4"
darling = "0.10"
thiserror = "1.0"