# 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.76" name = "cynic-cli" version = "3.9.1" authors = ["Graeme Coupar "] description = "A CLI for cynic, a code first GraphQL client for Rust" homepage = "https://cynic-rs.dev" readme = "README.md" keywords = [ "graphql", "client", "introspection", "cli", ] license = "MPL-2.0" repository = "https://github.com/obmarg/cynic" [[bin]] name = "cynic" path = "src/main.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.colored] version = "2" [dependencies.cynic] version = "3.9.1" features = ["http-reqwest-blocking"] [dependencies.cynic-introspection] version = "3.9.1" [dependencies.cynic-querygen] version = "3.9.1" [dependencies.reqwest] version = "0.12" features = ["blocking"] [dependencies.thiserror] version = "1" [dev-dependencies.trycmd] version = "0.15"