# 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-cli" version = "0.1.2" authors = ["Tak-Iwamoto"] description = "A Command line tool for rusty-gql" homepage = "https://github.com/Tak-Iwamoto/rusty-gql" documentation = "https://github.com/Tak-Iwamoto/rusty-gql" keywords = ["graphql", "async", "web", "cli"] categories = ["asynchronous", "web-programming"] license = "MIT" repository = "https://github.com/Tak-Iwamoto/rusty-gql" resolver = "2" [[bin]] name = "rusty-gql" path = "src/main.rs" [dependencies.anyhow] version = "1.0.51" [dependencies.async-recursion] version = "0.3.2" [dependencies.async-trait] version = "0.1.52" [dependencies.clap] version = "3.0.5" features = ["cargo"] [dependencies.codegen] version = "0.1.3" [dependencies.futures-util] version = "0.3.18" [dependencies.graphql-parser] version = "0.3.0" [dependencies.heck] version = "0.4.0" [dependencies.proc-macro2] version = "1.0.36" [dependencies.quote] version = "1.0.15" [dependencies.rusty-gql] version = "0.1.2" [dependencies.serde_json] version = "1.0.72" [dependencies.syn] version = "1.0.86" features = ["full", "extra-traits", "visit-mut", "visit"] [dependencies.tokio] version = "1.13.0"