# 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 = "koios" version = "0.1.1" description = "A CLI tool to interact with the ChatGPT API and allow it to run commands on your machine to help you out." readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/shivam-sh/koi/" [[bin]] name = "koi" path = "src/main.rs" [dependencies.clap] version = "4.1.11" features = ["derive"] [dependencies.confy] version = "0.5.1" [dependencies.console] version = "0.15.5" [dependencies.eventsource-client] version = "0.11" [dependencies.futures] version = "0.3" [dependencies.inquire] version = "0.6" features = ["console"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"]