entity-async-graphql-macros 0.3.1

Macros related to entity-async-graphql.
Documentation
[package]
name = "entity-async-graphql-macros"
description = "Macros related to entity-async-graphql."
version = "0.3.1"
authors = ["Chip Senkbeil <chip@senkbeil.org>"]
edition = "2018"
homepage = "https://github.com/chipsenkbeil/entity-rs"
repository = "https://github.com/chipsenkbeil/entity-rs"
readme = "README.md"
license = "MIT OR Apache-2.0"

[lib]
proc-macro = true

[dependencies]
entity_macros_data = { version = "=0.3.1", path = "../../macros/entity_macros_data" }

darling = "0.12.0"
heck = "0.3.1"
proc-macro2 = "1.0.24"
proc-macro-crate = "1.0.0"
quote = "1.0.7"
syn = { version = "1.0.53", features = ["full"] }