# 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" name = "dynamic-graphql-derive" version = "0.9.0" description = "Dynamic GraphQL schema macro" homepage = "https://github.com/smmoosavi/dynamic-graphql" license = "MIT" repository = "https://github.com/smmoosavi/dynamic-graphql" [lib] proc-macro = true [dependencies.Inflector] version = "0.11" [dependencies.darling] version = "0.20" [dependencies.proc-macro-crate] version = "1" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = ["full"] [dependencies.thiserror] version = "1" [dev-dependencies.async-stream] version = "0.3" [dev-dependencies.async-trait] version = "0.1" [dev-dependencies.futures-util] version = "0.3" [dev-dependencies.graphql-parser] version = "0.4" [dev-dependencies.insta] version = "1" features = ["json"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio] version = "1" features = ["full"]