# 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 = "rusty-gql-macro" version = "0.1.2" authors = ["Tak-Iwamoto"] description = "Macro for rusty-gql" homepage = "https://github.com/Tak-Iwamoto/rusty-gql" documentation = "https://github.com/Tak-Iwamoto/rusty-gql" keywords = ["graphql", "async", "web"] categories = ["asynchronous", "web-programming"] license = "MIT" repository = "https://github.com/Tak-Iwamoto/rusty-gql" resolver = "2" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.29" [dependencies.quote] version = "1.0.10" [dependencies.syn] version = "1.0.80" features = ["full", "extra-traits", "visit-mut", "visit"] [dev-dependencies.tokio] version = "1.12.0" features = ["fs", "io-std", "io-util", "rt-multi-thread", "sync", "signal", "macros"]