[package] name = "askcommand" version = "0.1.0" edition = "2021" description = "A command-line tool to generate Linux commands using OpenAI's GPT-4" license = "MIT" repository = "https://github.com/ryankopf/askcommand" documentation = "https://github.com/ryankopf/askcommand" # if you have documentation hosted, like on docs.rs authors = ["Ryan Kopf "] keywords = ["linux", "command-line", "openai", "gpt-4"] categories = ["command-line-utilities", "development-tools"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = "0.11" serde_json = "1.0" async-openai = "0.16.3" tokio = { version = "1.33.0", features = ["full"] }