# 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 = "revq" version = "0.1.1" authors = ["Jain Ramchurn"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Review and query your pull requests" homepage = "https://github.com/k3ii/revq" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/k3ii/revq" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "revq" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.17" features = [ "cargo", "color", ] [dependencies.colored] version = "2.1.0" [dependencies.directories] version = "5.0.1" [dependencies.inquire] version = "0.7.5" [dependencies.octocrab] version = "0.39.0" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.skim] version = "0.10.4" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.toml] version = "0.8.19" [dependencies.webbrowser] version = "1.0.1"