# 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 = "ata" version = "3.1.0" authors = [ "Fredrick R. Brennan ", "Rik Huijzer ", "ATA Project Authors", ] description = "Ask the Terminal Anything² — ChatGPT¾ in your terminal" homepage = "https://github.com/ctrlcctrlv/ata2" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ctrlcctrlv/ata2" [[bin]] name = "ata2" path = "src/main.rs" [dependencies.ansi-colors] version = "0.3.0" [dependencies.async-openai] version = "0.16.2" features = ["native-tls-vendored"] [dependencies.atty] version = "0.2.14" [dependencies.bevy_reflect] version = "0.9.1" [dependencies.bevy_utils] version = "0.9.1" [dependencies.clap] version = "4.4" features = [ "cargo", "derive", ] [dependencies.directories] version = "4.0.1" [dependencies.env_logger] version = "0.10" [dependencies.futures-util] version = "0.3.29" features = ["io"] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.18.0" [dependencies.os_str_bytes] version = "6.6" features = ["conversions"] [dependencies.rustyline] version = "10" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1.14" features = [ "sync", "full", ] [dependencies.toml] version = "0.6" [dev-dependencies.pretty_assertions] version = "1"