# 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 = "aq-cli" version = "0.3.0" authors = ["Ross MacArthur "] description = "Extend jq for any data format" readme = "README.md" keywords = [ "cli", "json", "toml", "yaml", "query", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/rossmacarthur/aq" [[bin]] name = "aq" path = "src/main.rs" [dependencies.anyhow] version = "1.0.69" [dependencies.is-terminal] version = "0.4.3" [dependencies.serde] version = "1.0.152" [dependencies.serde-transcode] version = "1.1.1" [dependencies.serde_json] version = "1.0.93" [dependencies.serde_yaml] version = "0.9.17" [dependencies.toml] version = "0.7.2"