# 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 = "ai-sh" version = "0.1.3" authors = ["hmirin "] description = "An AI command line assistant, which is context-aware and multi-turn capable." readme = "README.md" license = "MIT" [[bin]] name = "ask" path = "./src/main.rs" [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3.19" [dependencies.openai-api-stream-rs] version = "0.1.0" [dependencies.regex] version = "1.8.3" [dependencies.serde] version = "1.0.163" [dependencies.serde_json] version = "1.0.96" [dependencies.tinytemplate] version = "1.2.1" [dependencies.tokio] version = "1.12.0" features = ["full"]