# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "codegen-for-async-graphql" version = "0.2.6" authors = ["Atsuhiro Takahashi "] publish = true description = "Internal code generation crate for async-graphql" homepage = "https://github.com/atsuhiro/codegen-for-async-graphql" readme = "README.md" keywords = ["graphql", "async-graphql"] categories = ["network-programming", "web-programming"] license = "MIT" repository = "https://github.com/atsuhiro/codegen-for-async-graphql" [[bin]] name = "cargo-codegen-for-async-graphql" path = "src/codegen.rs" [dependencies.clap] version = "3.0.0-beta.1" [dependencies.codegen-for-async-graphql-renderer] version = "0.2.6"