# 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 = "shell-gpt" version = "0.1.1" authors = ["rigwild "] description = "Ask ChatGPT for a shell script, code, or anything, directly from your terminal 🤖🧠👨‍💻" homepage = "https://github.com/rigwild/shell-gpt-rs" readme = "README.md" keywords = [ "shell", "gpt", "chatgpt", "openai", "bash", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/rigwild/shell-gpt-rs" [[bin]] name = "gpt" path = "src/main.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.directories] version = "5.0.0" [dependencies.orion] version = "0.17.4" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.7.3" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.spinoff] version = "0.7.0" [dependencies.thiserror] version = "1.0" [dependencies.users] version = "0.11.0"