cynic-codegen 3.13.2

Procedural macro code generation for cynic - a code first GraphQL client for Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "cynic-codegen"
version = "3.13.2"
authors = ["Graeme Coupar <graeme@turbofish.tech>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macro code generation for cynic - a code first GraphQL client for Rust"
homepage = "https://cynic-rs.dev"
documentation = "https://docs.rs/cynic-codegen"
readme = false
license = "MPL-2.0"
repository = "https://codeberg.org/obmarg/cynic"
resolver = "2"

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

[lib]
name = "cynic_codegen"
path = "src/lib.rs"

[[test]]
name = "use-schema"
path = "tests/use-schema.rs"

[[bench]]
name = "registration"
path = "benches/registration.rs"
harness = false

[dependencies.cynic-parser]
version = "0.11.1"

[dependencies.darling]
version = "0.20"

[dependencies.once_cell]
version = "1.9.0"

[dependencies.ouroboros]
version = "0.18"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.rkyv]
version = "0.8.0"
features = ["bytecheck"]
optional = true

[dependencies.strsim]
version = "0.10.0"

[dependencies.syn]
version = "2"
features = ["visit-mut"]

[dependencies.thiserror]
version = "1"

[dev-dependencies.assert_matches]
version = "1.4.0"

[dev-dependencies.divan]
version = "0.1"

[dev-dependencies.insta]
version = "1"
features = [
    "yaml",
    "json",
]

[dev-dependencies.maplit]
version = "1.0.2"

[dev-dependencies.rstest]
version = "0.23"