# 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 = "2018" name = "gitopen" version = "1.4.1" authors = ["Oren Epshtain"] exclude = [ ".github/*", ".gitignore", ] description = """ Command line utility to open a git repository's web page from terminal, as well as pull requests in the browser after the first push. """ homepage = "https://github.com/oren0e/gitopen" documentation = "https://github.com/oren0e/gitopen" readme = "README.md" keywords = [ "git", "github", "pull-request", "repository", "gitlab", ] categories = [ "command-line-utilities", "development-tools", ] license-file = "LICENSE" repository = "https://github.com/oren0e/gitopen" [profile.dev] split-debuginfo = "unpacked" [profile.release] split-debuginfo = "unpacked" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "2.33.3" [dependencies.regex] version = "1.10.3" [dependencies.webbrowser] version = "0.8.13"