cynic-cli 3.13.2

A CLI for cynic, a code first GraphQL client for Rust
# 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 = "2024"
rust-version = "1.85"
name = "cynic-cli"
version = "3.13.2"
authors = ["Graeme Coupar <graeme@turbofish.tech>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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://codeberg.org/obmarg/cynic"
resolver = "2"

[[bin]]
name = "cynic"
path = "src/main.rs"

[[test]]
name = "cli-tests"
path = "tests/cli-tests.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.colored]
version = "2"

[dependencies.cynic]
version = "3.13.2"
features = ["http-reqwest-blocking"]

[dependencies.cynic-introspection]
version = "3.13.2"

[dependencies.cynic-querygen]
version = "3.13.2"

[dependencies.reqwest]
version = "0.13"
features = ["blocking"]

[dependencies.thiserror]
version = "1"

[dev-dependencies.trycmd]
version = "0.15"