# 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 = "cargo-self" version = "0.1.7" description = "A tool to build and install a package using cargo enhanced with LLM models." readme = "README.md" license = "MIT AND Apache-2.0" [dependencies.async-openai] version = "0.14.3" [dependencies.cargo] version = "0.74.0" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.dotenv] version = "0.15.0" [dependencies.handlebars] version = "4.4.0" [dependencies.ignore] version = "0.4.20" [dependencies.polodb_core] version = "4.4.0" [dependencies.serde] version = "1.0.189" [dependencies.serde_json] version = "1.0.107" [dependencies.sha2] version = "0.10.8" [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.walkdir] version = "2.4.0"