jarq 0.7.2

An interactive jq-like JSON query tool with a TUI
Documentation
# 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 = "2024"
name = "jarq"
version = "0.7.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An interactive jq-like JSON query tool with a TUI"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/ikornaselur/jarq"

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

[[bin]]
name = "jarq"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.arboard]
version = "3.4"

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

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.crossterm]
version = "0.29.0"
features = ["use-dev-tty"]

[dependencies.mimalloc]
version = "0.1"

[dependencies.nom]
version = "8.0.0"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.rayon]
version = "1.10"

[dependencies.simd-json]
version = "0.17"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.unicode-width]
version = "0.2"