# 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 = "2021" rust-version = "1.76" name = "cynic-codegen" version = "3.9.0" authors = ["Graeme Coupar "] 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" license = "MPL-2.0" repository = "https://github.com/obmarg/cynic" [[bench]] name = "registration" harness = false [dependencies.cynic-parser] version = "0.8.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.7.41" features = ["validation"] 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.17" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.rstest] version = "0.23" [features] default = ["rustfmt"] rkyv = ["dep:rkyv"] rustfmt = []