# 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 = "gq-cli" version = "0.1.0" description = "A CLI for the GQ project that let's you filter JSON and YAML files in many different ways" homepage = "https://github.com/jorgehermo9/gq/" documentation = "https://github.com/jorgehermo9/gq/" license = "Apache-2.0" repository = "https://github.com/jorgehermo9/gq/" [[bin]] name = "gq" path = "src/main.rs" [dependencies.anyhow] version = "1.0.83" [dependencies.ariadne] version = "0.4.0" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2.0" [dependencies.clio] version = "0.3.5" features = [ "clap-parse", "http-ureq", ] [dependencies.env_logger] version = "0.11.3" [dependencies.gq-core] version = "0.1.0" [dependencies.log] version = "0.4.21" [dependencies.serde_json] version = "1.0.117" features = ["preserve_order"]