# 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 = "shai" version = "0.2.0" authors = ["jonboh"] exclude = ["assets/*"] description = "A shell AI assistant" homepage = "https://github.com/jonboh/shai" readme = "README.md" keywords = [ "cli", "AI", "LLM", "assistant", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jonboh/shai" [dependencies.bytes] version = "1.4" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.crossterm] version = "0.27" features = ["event-stream"] [dependencies.eventsource-stream] version = "0.2.3" [dependencies.futures] version = "0.3.28" [dependencies.futures-util] version = "0.3.28" [dependencies.lazy_static] version = "1.4" [dependencies.ratatui] version = "0.22.0" features = ["all-widgets"] [dependencies.regex] version = "1.9" [dependencies.reqwest] version = "0.11" features = [ "json", "stream", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9.22" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.29" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.tui-input] version = "0.8"