cynic-codegen 3.2.0

Procedural macro code generation for cynic - a code first GraphQL client for Rust
Documentation
[package]
name = "cynic-codegen"
description = "Procedural macro code generation for cynic - a code first GraphQL client for Rust"
documentation = "https://docs.rs/cynic-codegen"

authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
version = { workspace = true }
rust-version = { workspace = true }

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = ["rustfmt"]
rustfmt = []
rkyv = ["dep:rkyv"]

[dependencies]
counter = "0.5"
darling = "0.14"
graphql-parser = "0.4.0"
once_cell = "1.9.0"
ouroboros = "0.15"
proc-macro2 = "1.0"
quote = "1.0"
strsim = "0.10.0"
syn = { version = "1.0", features = ["visit-mut"] }
thiserror = "1"

rkyv = { version = "0.7.41", features = ["validation"], optional = true }

[dev-dependencies]
assert_matches = "1.4.0"
criterion = "0.4"
insta = "1.17"
maplit = "1.0.2"
rstest = "0.11.0"

[[bench]]
name = "registration"
harness = false