# 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 = "gpt-cli" version = "0.0.20" authors = ["Daniel Gustaw "] description = "Run linux commands with natural language. Eg.: 'show my graphic card' instead 'lspci | grep VGA'" homepage = "https://github.com/gustawdaniel/gpt-cli" readme = "README.md" keywords = [ "cli", "openai", "gpt3", "gpt3-cli", "gpt3-turbo", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/gustawdaniel/gpt-cli" [[package.metadata.generate-rpm.assets]] source = "target/release/gpt-cli" dest = "/usr/bin/gpt-cli" mode = "755" [[package.metadata.generate-rpm.assets]] source = "gpt-cli.svg" dest = "/usr/share/icons/hicolor/" mode = "644" [dependencies.async-recursion] version = "1.0.2" [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "4.0.0" [dependencies.futures] version = "0.3.27" [dependencies.hex] version = "0.4.3" [dependencies.inquire] version = "0.6.0" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.155" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.terminal-clipboard] version = "0.3.1" [dependencies.tokio] version = "1.26.0" features = ["full"] [dev-dependencies.grcov] version = "0.8.13" [dev-dependencies.httpmock] version = "0.6.7"