# 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 = "dev-shell" version = "0.0.2" authors = ["Graham Brooks"] description = "A command line shell for using GenerativeAI tools in the command line" readme = "README.md" license = "MIT" repository = "https://github.com/grahambrooks/dev-shell" [[bin]] name = "dev-shell" path = "src/main.rs" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.3.8" features = ["derive"] [dependencies.futures] version = "0.3.28" [dependencies.os_info] version = "3.7.0" [dependencies.reqwest] version = "0.11" features = [ "stream", "blocking", "json", ] [dependencies.serde] version = "1.0.68" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.tera] version = "1.19.0" [dependencies.termion] version = "2.0.1" [dependencies.tokio] version = "1.28.2" features = ["full"]