# 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 = "cmdo-gen" version = "0.2.2" authors = ["Paras Sharma "] description = "Utility script to generate terminal commands using natural language" homepage = "https://github.com/parassharmaa/cmdo" readme = "README.md" keywords = ["rust"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/parassharmaa/cmdo" [[bin]] name = "cmdo" path = "src/main.rs" [dependencies.async-openai] version = "0.23.4" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.colored] version = "=2.0.0" [dependencies.copypasta] version = "0.10.1" [dependencies.tokio] version = "1.38.1" features = [ "full", "rt-multi-thread", ]