# 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" rust-version = "1.80" name = "gerrit-grr" version = "5.0.1" authors = ["Kunal Mehta "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line utility to work with Gerrit" readme = "README.md" keywords = [ "gerrit", "git-review", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://gitlab.com/legoktm/rust-grr" [[bin]] name = "grr" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.0" [dependencies.rust-ini] version = "0.21.1" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.ureq] version = "2.10.1" [dev-dependencies.git2] version = "0.19" [dev-dependencies.tempfile] version = "3"