# 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" name = "snippy" version = "0.1.3" authors = ["Nikhil Pandey "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line tool for that makes using LLMs for code generation a breeze" homepage = "https://github.com/nikhil-pandey/snippy" readme = "README.md" keywords = [ "cli", "snippet", "search", "code", ] categories = [ "command-line-utilities", "development-tools", ] license-file = "LICENSE" repository = "https://github.com/nikhil-pandey/snippy" [lib] name = "snippy" path = "src/lib.rs" [[bin]] name = "snippy" path = "src/main.rs" [[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" [dependencies.arboard] version = "3.4.0" [dependencies.async-trait] version = "0.1.81" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.16" features = [ "derive", "env", ] [dependencies.diffy] version = "0.4.0" [dependencies.glob] version = "0.3.1" [dependencies.markdown] version = "1.0.0-alpha.21" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.208" features = ["derive"] [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] version = "1.39.3" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.uuid] version = "1.10.0" features = ["v4"] [dependencies.walkdir] version = "2.5.0" [dev-dependencies.tracing-test] version = "0.2.5" features = ["no-env-filter"]