# 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 = "nuttx-pr-bot" version = "1.0.0" description = "LLM Bot that reviews Pull Requests for Apache NuttX RTOS" homepage = "https://lupyuen.codeberg.page/articles/llm.html" readme = "README.md" keywords = [ "nuttx", "rtos", "llm", "pr", "gemini", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/lupyuen/nuttx-pr-bot" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.google-generative-ai-rs] version = "0.3.2" features = ["beta"] [dependencies.log] version = "0.4.22" [dependencies.octocrab] version = "0.39.0" [dependencies.tokio] version = "1.40.0"