# 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.62" name = "juniper_codegen_puff" version = "0.16.0-dev" authors = [ "Magnus Hallin ", "Christoph Herzog ", "Ilya Solovyiov ", "Kai Ren ", ] exclude = ["/release.toml"] description = "Code generation for `juniper` crate. Released for Puff." homepage = "https://github.com/graphql-rust/juniper/tree/master/juniper_codegen" documentation = "https://docs.rs/juniper-codegen" readme = "README.md" keywords = [ "codegen", "graphql", "juniper", "macros", ] license = "BSD-2-Clause" repository = "https://github.com/graphql-rust/juniper" [lib] proc-macro = true [dependencies.proc-macro-error] version = "1.0.2" [dependencies.proc-macro2] version = "1.0.1" [dependencies.quote] version = "1.0.3" [dependencies.syn] version = "1.0.90" features = [ "extra-traits", "full", "parsing", "visit", "visit-mut", "derive", "printing", ] default-features = true [dependencies.url] version = "2.0" [dev-dependencies.derive_more] version = "0.99.7" [dev-dependencies.futures] version = "0.3.22" [dev-dependencies.serde] version = "1.0"