# 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 = "gh-gpt" version = "0.1.1" authors = ["Abdelhamid Bakhta <@abdelhamidbakhta>"] description = "Github ChatGPT powered bot." homepage = "https://github.com/abdelhamidbakhta/gh-gpt" readme = "README.md" license = "MIT" repository = "https://github.com/abdelhamidbakhta/gh-gpt" [profile.dev.package.backtrace] opt-level = 3 [dependencies.async-openai] version = "0.10.3" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.config] version = "0.13.3" [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.10.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.octocrab] version = "0.21.0" [dependencies.serde] version = "1.0.163" [dependencies.serde_derive] version = "1.0.163" [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.cargo-husky] version = "1" features = [ "precommit-hook", "run-cargo-test", "run-cargo-clippy", ] default-features = false