jql-parser 8.0.5

Parser for jql - the JSON Query Language tool.
Documentation
[dependencies.thiserror]
version = "2.0.12"

[dependencies.winnow]
features = ["simd"]
version = "0.7.4"

[lib]
name = "jql_parser"
path = "src/lib.rs"

[package]
authors = ["Davy Duperron <yamafaktory@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "filesystem"]
description = "Parser for jql - the JSON Query Language tool."
edition = "2021"
keywords = ["cli", "json", "terminal", "tool", "query"]
license = "MIT OR Apache-2.0"
name = "jql-parser"
readme = "README.md"
repository = "https://github.com/yamafaktory/jql"
version = "8.0.5"

[[test]]
name = "integration"
path = "tests/integration.rs"