# 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 = "chat" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "AI platform agnostic cli" homepage = "https://github.com/MNThomson/chat" readme = "README.md" license = "ISC" [lib] name = "chat" path = "src/lib.rs" [[bin]] name = "chat" path = "src/bin.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.async-openai] version = "0.20" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.figment] version = "0.10.19" features = ["toml"] [dependencies.futures] version = "0.3" [dependencies.serde] version = "1.0.204" [dependencies.tokio] version = "1.37.0" features = ["full"]