jql 7.1.9

jql - JSON Query Language - is a fast and simple command-line tool to manipulate JSON data.
[[bin]]
name = "jql"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.86"

[dependencies.clap]
features = ["derive"]
version = "4.5.4"

[dependencies.colored_json]
version = "5.0.0"

[dependencies.jql-runner]
version = "7.1.9"

[dependencies.serde]
version = "1.0.202"

[dependencies.serde_json]
features = ["preserve_order", "unbounded_depth"]
version = "1.0.117"

[dependencies.serde_stacker]
version = "0.1.11"

[dependencies.tokio]
features = ["fs", "io-std", "io-util", "macros", "rt-multi-thread"]
version = "1.37.0"

[package]
authors = ["Davy Duperron <yamafaktory@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities", "filesystem"]
description = "jql - JSON Query Language - is a fast and simple command-line tool to manipulate JSON data."
edition = "2021"
keywords = ["cli", "json", "terminal", "tool", "query"]
license = "MIT OR Apache-2.0"
name = "jql"
readme = "README.md"
repository = "https://github.com/yamafaktory/jql"
version = "7.1.9"