jtool-grep 0.3.0

notebook-specific grep tool for jtool
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 = "jtool-grep"
version = "0.3.0"
authors = ["jtool contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "notebook-specific grep tool for jtool"
homepage = "https://github.com/paradigmxyz/jtool"
readme = false
keywords = [
    "jupyter",
    "notebook",
    "grep",
    "search",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/paradigmxyz/jtool"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.colored]
version = "2.1"

[dependencies.glob]
version = "0.3"

[dependencies.jtool-core]
version = "0.3.0"

[dependencies.jtool-jupyter]
version = "0.3.0"

[dependencies.jtool-notebook]
version = "0.3.0"

[dependencies.regex]
version = "1.10"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
version = "1.40"
features = ["full"]

[lints.clippy]
expect_used = "deny"
panic = "deny"
unwrap_used = "deny"