# 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 = "ghpr" version = "0.2.0" build = false exclude = ["tests/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Generates GitHub pull request URLs" homepage = "https://www.github.com/ArunVenkata/ghpr" readme = "Readme.md" license = "MIT" repository = "https://www.github.com/ArunVenkata/ghpr" [[bin]] name = "ghpr" path = "src/main.rs" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.config] version = "0.13" [dependencies.git2] version = "0.19" [dependencies.percent-encoding] version = "2.3.1" [dependencies.webbrowser] version = "1.0.2" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "2.0"