# 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 = "ai-cli" version = "0.2.1" description = "A CLI tool for all things AI (generating images or audio, chatting with LLM's, you name it)" readme = "README.md" license = "MIT" repository = "https://github.com/PromptProgrammingLanguage/ai" [lib] name = "ai" path = "src/lib.rs" [[bin]] name = "ai" path = "src/main.rs" [dependencies.async-openai] version = "0.10.0" [dependencies.async-recursion] version = "1.0.2" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.derive_more] version = "0.99.17" features = [ "from", "try_into", ] [dependencies.dirs] version = "4.0.0" [dependencies.futures-util] version = "0.3.26" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.14" features = [ "blocking", "json", ] [dependencies.reqwest-eventsource] version = "0.4.0" [dependencies.rustc-serialize] version = "0.3.24" [dependencies.rustyline] version = "10.1.1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.serde_yaml] version = "0.9.17" [dependencies.tiktoken-rs] version = "0.3.3" [dependencies.tokio] version = "1.25.0" features = ["full"] [dependencies.uuid] version = "1.3.0" features = [ "serde", "v4", ]