goosedump 0.12.21

Coding agent context data browser
# 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"
rust-version = "1.95"
name = "goosedump"
version = "0.12.21"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Coding agent context data browser"
homepage = "https://github.com/jarkkojs/goosedump"
readme = "README.md"
license = "LGPL-2.1-or-later"
repository = "https://github.com/jarkkojs/goosedump"

[features]
bench = []

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

[[test]]
name = "data"
path = "tests/data.rs"
harness = false

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false
required-features = ["bench"]

[dependencies.anyhow]
version = "1.0.103"

[dependencies.argh]
version = "0.1"

[dependencies.bytemuck]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dirs]
version = "6"

[dependencies.hf-hub]
version = "0.5.0"
features = [
    "ureq",
    "rustls-tls",
]
default-features = false

[dependencies.jaq-core]
version = "3.1.0"

[dependencies.jaq-json]
version = "2.0.1"
features = ["serde"]

[dependencies.jaq-std]
version = "3.0.1"

[dependencies.memmap2]
version = "0.9"

[dependencies.num-traits]
version = "0.2"

[dependencies.rayon]
version = "1.10"

[dependencies.rusqlite]
version = "0.40"
features = ["bundled"]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlite-vec]
version = "=0.1.9"

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

[dependencies.unicode_categories]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]