# 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 = "jql" version = "7.1.13" authors = ["Davy Duperron "] description = "jql - JSON Query Language - is a fast and simple command-line tool to manipulate JSON data." readme = "README.md" keywords = [ "cli", "json", "terminal", "tool", "query", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yamafaktory/jql" [package.metadata.binstall] pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-v{ version }-{ target }{ archive-suffix }" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.colored_json] version = "5.0.0" [dependencies.jql-runner] version = "7.1.13" [dependencies.serde] version = "1.0.204" [dependencies.serde_json] version = "1.0.120" features = [ "preserve_order", "unbounded_depth", ] [dependencies.serde_stacker] version = "0.1.11" [dependencies.tokio] version = "1.38.0" features = [ "fs", "io-std", "io-util", "macros", "rt-multi-thread", ]