# 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.0" name = "whyq" version = "0.11.1" authors = ["clux "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "yet another jq wrapper" readme = "README.md" categories = [ "command-line-utilities", "parsing", ] license = "Apache-2.0" repository = "https://github.com/clux/whyq" [package.metadata.binstall] bin-dir = "yq-{ target }/{ bin }{ format }" pkg-url = "{ repo }/releases/download/{ version }/yq-{ target }{ archive-suffix }" [profile.dev] debug = 0 [profile.release] lto = true panic = "abort" [[bin]] name = "whyq" path = "yq.rs" doc = false [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "4.5.4" features = [ "cargo", "derive", ] [dependencies.serde_json] version = "1.0.115" [dependencies.serde_yaml] version = "0.9.34" [dependencies.toml] version = "0.8.12" features = ["display"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]