[package]
edition = "2024"
rust-version = "1.85"
name = "goosedump"
version = "0.2.1"
build = false
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"
[[bin]]
name = "goosedump"
path = "src/main.rs"
[[test]]
name = "sandbox"
path = "tests/sandbox.rs"
[dependencies.anyhow]
version = "1"
[dependencies.argh]
version = "0.1"
[dependencies.chrono]
version = "0.4"
[dependencies.dirs]
version = "6"
[dependencies.regex]
version = "1"
[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]
[dependencies.serde_json]
version = "1"
[dependencies.sublime_fuzzy]
version = "0.7"
[dev-dependencies.duct]
version = "1"