cynic-proc-macros 3.10.0

Procedural macro crate for cynic - a code first GraphQL client for Rust
Documentation
[dependencies.cynic-codegen]
version = "3.10.0"

[dependencies.darling]
version = "0.20"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"

[features]
default = []
directives = []
rkyv = ["cynic-codegen/rkyv"]

[lib]
name = "cynic_proc_macros"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Graeme Coupar <graeme@turbofish.tech>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Procedural macro crate for cynic - a code first GraphQL client for Rust"
documentation = "https://docs.rs/cynic-proc-macros"
edition = "2021"
homepage = "https://cynic-rs.dev"
license = "MPL-2.0"
name = "cynic-proc-macros"
readme = false
repository = "https://github.com/obmarg/cynic"
rust-version = "1.80"
version = "3.10.0"