async-graphql/async-graphql-derive/Cargo.toml
Sunli 45c0b39b34 Release 1.14.8
async-graphql@1.14.8
async-graphql-derive@1.14.8

Generated by cargo-workspaces
2020-05-31 11:59:20 +08:00

25 lines
763 B
TOML

[package]
name = "async-graphql-derive"
version = "1.14.8"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "Macros for async-graphql"
publish = true
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 = "../async-graphql-parser", version = "1.14.2" }
proc-macro2 = "1.0.6"
syn = { version = "1.0.20", features = ["full", "extra-traits"] }
quote = "1.0.3"
Inflector = "0.11.4"
proc-macro-crate = "0.1.4"