# 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 = "termgpt" version = "0.1.1" authors = ["Gokul <@bahdotsh>"] description = "A cli tool to interact with ChatGPT" homepage = "https://github.com/bahdotsh/termgpt" documentation = "https://github.com/bahdotsh/termgpt" readme = "README.md" keywords = [ "openai", "cli", "rust", "assistant", "ai-tools", ] categories = [ "command-line-utilities", "chatgpt", "ai-tools", ] license = "Unlicense OR MIT" repository = "https://github.com/bahdotsh/termgpt" [dependencies.async-openai] version = "0.10.3" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.eyre] version = "0.6.8" [dependencies.futures] version = "0.3.28" [dependencies.os_info] version = "3" default-features = false [dependencies.serde] version = "1.0.162" features = ["derive"] [dependencies.tokio] version = "1.28.0" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.toml] version = "0.7.3" [dependencies.toml_edit] version = "0.19.8"