[[bin]]
name = "snippy"
path = "src/main.rs"
[dependencies.arboard]
version = "3.4.0"
[dependencies.async-trait]
version = "0.1.81"
[dependencies.chrono]
version = "0.4.38"
[dependencies.clap]
features = ["derive", "env"]
version = "4.5.16"
[dependencies.diffy]
version = "0.4.0"
[dependencies.glob]
version = "0.3.1"
[dependencies.markdown]
version = "1.0.0-alpha.21"
[dependencies.once_cell]
version = "1.19.0"
[dependencies.regex]
version = "1.10.6"
[dependencies.reqwest]
features = ["json"]
version = "0.11.24"
[dependencies.serde]
features = ["derive"]
version = "1.0.208"
[dependencies.serde_json]
version = "1.0.125"
[dependencies.tempfile]
version = "3.12.0"
[dependencies.thiserror]
version = "1.0.63"
[dependencies.tiktoken-rs]
version = "0.5.9"
[dependencies.tokio]
features = ["full"]
version = "1.39.3"
[dependencies.tracing]
version = "0.1.40"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.18"
[dependencies.uuid]
features = ["v4"]
version = "1.10.0"
[dependencies.walkdir]
version = "2.5.0"
[dev-dependencies.tracing-test]
features = ["no-env-filter"]
version = "0.2.5"
[lib]
name = "snippy"
path = "src/lib.rs"
[package]
authors = ["Nikhil Pandey <nikhil@nikhil.com.np>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A command-line tool for that makes using LLMs for code generation a breeze"
edition = "2021"
homepage = "https://github.com/nikhil-pandey/snippy"
keywords = ["cli", "snippet", "search", "code"]
license-file = "LICENSE"
name = "snippy"
readme = "README.md"
repository = "https://github.com/nikhil-pandey/snippy"
version = "0.2.1"
[[test]]
name = "content_processor_applier_tests"
path = "tests/content_processor_applier_tests.rs"
[[test]]
name = "content_processor_concurrency_tests"
path = "tests/content_processor_concurrency_tests.rs"
[[test]]
name = "content_processor_extractor_tests"
path = "tests/content_processor_extractor_tests.rs"
[[test]]
name = "content_processor_performance_tests"
path = "tests/content_processor_performance_tests.rs"
[[test]]
name = "copy_git_repository_tests"
path = "tests/copy_git_repository_tests.rs"