# 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.70.0" name = "yjq" version = "0.3.6" authors = ["clux "] description = "yet another jq wrapper" readme = "./README.md" categories = [ "command-line-utilities", "parsing", ] license = "Apache-2.0" repository = "https://github.com/clux/yq" [package.metadata.binstall] bin-dir = "yq-{ target }/{ bin }{ format }" pkg-url = "{ repo }/releases/download/{ version }/yq-{ target }{ archive-suffix }" [profile.release] lto = true panic = "abort" [[bin]] name = "yq" path = "yq.rs" doc = false [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.2" features = [ "cargo", "derive", ] [dependencies.serde_json] version = "1.0.105" [dependencies.serde_yaml] version = "0.9.25" [dependencies.toml] version = "0.7.6" features = ["display"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"]