jarq 0.2.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.2.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"

[dependencies.anyhow]
version = "1.0.100"

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

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

[dependencies.nom]
version = "8.0.0"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.rayon]
version = "1.10"

[dependencies.serde_json]
version = "1.0.149"
features = ["preserve_order"]

[dependencies.thiserror]
version = "2.0.18"

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