jsongrep 0.5.0

A JSONPath-inspired query language for JSON documents
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 = "jsongrep"
version = "0.5.0"
authors = ["Micah Kepe <micahkepe@gmail.com>"]
build = false
exclude = [
    ".github/",
    "examples/",
    "images/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A JSONPath-inspired query language for JSON documents"
homepage = "https://github.com/micahkepe/jsongrep"
readme = "README.md"
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/micahkepe/jsongrep"

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

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

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

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

[dependencies.anyhow]
version = "1.0.98"

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

[dependencies.clap-verbosity-flag]
version = "3.0.3"

[dependencies.clap_complete]
version = "4.5.57"

[dependencies.clap_mangen]
version = "0.2.29"

[dependencies.colored]
version = "3.1.1"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.log]
version = "0.4.27"

[dependencies.memmap2]
version = "0.9.9"

[dependencies.pest]
version = "2.8.1"

[dependencies.pest_derive]
version = "2.8.1"

[dependencies.regex]
version = "1.12.2"

[dependencies.serde]
version = "1.0.219"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.142"

[dependencies.serde_json_borrow]
version = "0.9.0"

[dev-dependencies.assert_cmd]
version = "2.0"

[lints.clippy.all]
level = "warn"
priority = 0

[lints.clippy.nursery]
level = "warn"
priority = 0

[lints.clippy.pedantic]
level = "warn"
priority = 0