# 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 = "cai" version = "0.7.0" description = "The fastest CLI tool for prompting LLMs" readme = "README.md" keywords = [ "llm", "ai", "cli", "ml", "gpt", ] categories = [ "command-line-utilities", "text-processing", ] license = "ISC" repository = "https://github.com/ad-si/cai" [dependencies.assert_cmd] version = "2.0.14" [dependencies.bat] version = "0.24.0" [dependencies.clap] version = "4.5.4" features = [ "derive", "cargo", ] [dependencies.color-print] version = "0.3.5" [dependencies.config] version = "0.14.0" [dependencies.futures] version = "0.3.30" [dependencies.predicates] version = "3.1.0" [dependencies.reqwest] version = "0.12.2" features = ["json"] [dependencies.serde] version = "1.0.197" [dependencies.serde_derive] version = "1.0.197" [dependencies.serde_json] version = "1.0.115" [dependencies.textwrap] version = "0.16.1" features = ["terminal_size"] [dependencies.tokio] version = "1.37.0" features = [ "rt-multi-thread", "macros", ] [dependencies.xdg] version = "2.5.2"