# 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 = "rustsn" version = "0.26.0" authors = ["Evgeny Igumnov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This Rust-based tool generates, compiles, and tests code using LLMs, resolves dependencies, and provides explanations of existing code through embeddings." readme = "README.md" keywords = [ "llm", "ai", "cli", "code-generation", "code-embedding", ] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/evgenyigumnov/rustsn" [profile.release] lto = true [[bin]] name = "rustsn" path = "src/main.rs" [dependencies.bincode] version = "2.0.0-rc.3" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.once_cell] version = "1.20.2" [dependencies.regex] version = "1.10.6" [dependencies.reqwest] version = "0.11.22" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108"