# 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.73" name = "juniper_codegen" version = "0.16.0" authors = [ "Magnus Hallin ", "Christoph Herzog ", "Ilya Solovyiov ", "Kai Ren ", ] exclude = ["/release.toml"] description = "Code generation for `juniper` crate." 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" resolver = "1" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.4" [dependencies.quote] version = "1.0.9" [dependencies.syn] version = "2.0" features = [ "extra-traits", "full", "visit", "visit-mut", ] [dependencies.url] version = "2.0" [dev-dependencies.derive_more] version = "0.99.8" [dev-dependencies.futures] version = "0.3.22" [dev-dependencies.serde] version = "1.0.122"