csift 0.10.2

ripgrep for Claude Code session transcripts: fast regex list/search over ~/.claude/projects/**/*.jsonl
# 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 = "2021"
rust-version = "1.89"
name = "csift"
version = "0.10.2"
authors = ["Greendam <8943519+wdhwg001@users.noreply.github.com>"]
build = false
exclude = ["CLAUDE.md"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ripgrep for Claude Code session transcripts: fast regex list/search over ~/.claude/projects/**/*.jsonl"
readme = "README.md"
keywords = [
    "claude-code",
    "claude",
    "jsonl",
    "transcript",
    "search",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/wdhwg001/csift"

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

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

[dependencies.aho-corasick]
version = "1.1.4"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.color_quant]
version = "1.1.0"

[dependencies.globset]
version = "0.4"

[dependencies.image]
version = "0.25.10"
features = [
    "png",
    "jpeg",
    "gif",
    "webp",
    "color_quant",
]
default-features = false

[dependencies.jiff]
version = "0.2"

[dependencies.memchr]
version = "2.8"

[dependencies.memmap2]
version = "0.9"

[dependencies.mimalloc]
version = "0.1"
default-features = false

[dependencies.rayon]
version = "1.12"

[dependencies.regex]
version = "1.12"

[dependencies.regex-syntax]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"
features = ["raw_value"]

[dependencies.sha2]
version = "0.10"

[dependencies.unicode-normalization]
version = "0.1.25"

[dependencies.webp]
version = "0.3.1"

[dev-dependencies.cargo-husky]
version = "1.5"
features = ["user-hooks"]
default-features = false

[dev-dependencies.sha2]
version = "0.10"

[lints.clippy]
cognitive_complexity = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
mod_module_files = "warn"
module_name_repetitions = "allow"
must_use_candidate = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
unsafe_code = "deny"

[profile.release]
lto = "thin"
codegen-units = 1