[package]
name = "glimpse"
version = "1.0.0"
edition = "2021"
license = "MIT"
description = "A blazingly fast tool for peeking at codebases"
[[bin]]
name = "glimpse"
path = "src/main.rs"
[lib]
name = "glimpse"
path = "src/lib.rs"
[dependencies]
anyhow = "1.0.95"
arboard = { version = "3.4.1", features = ["wayland-data-control"] }
base64 = "0.22.1"
bincode = "1.3"
cc = "1.2"
clap = { version = "4.5.23", features = ["derive"] }
crossterm = "0.28.1"
dirs = "5.0.1"
git2 = "0.18"
glob = "0.3"
grep = "0.4"
ignore = "0.4.23"
indicatif = "0.17.9"
libloading = "0.8"
num-format = "0.4.4"
once_cell = "1.20.2"
printpdf = "0.7.0"
ratatui = "0.29.0"
rayon = "1.10.0"
regex = "1.11"
reqwest = { version = "0.11", features = ["blocking"] }
scraper = "0.18"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0"
tempfile = "3.14.0"
tiktoken-rs = "0.6.0"
tokenizers = { version = "0.21.0", features = ["http"] }
toml = "0.8.19"
tree-sitter = "0.25"
url = "2.5"
walkdir = "2.5.0"
lsp-types = "0.97"
which = "8.0"
flate2 = "1.0"
zip = "2.2"
tar = "0.4"
xz2 = "0.1"
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
tokio = { version = "1.48.0", features = ["rt-multi-thread", "io-util", "process", "sync", "time", "macros"] }
console = "0.16.2"
futures = "0.3.31"
[build-dependencies]
serde = { version = "1.0.217", features = ["derive"] }
serde_yaml = "0.9"
[dev-dependencies]
tempfile = "3.14.0"
mockito = "1.4"