# 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 = "git-view" version = "1.0.0" authors = ["Goudham Suresh "] include = [ "/src", "/README.md", "/LICENSE", ] description = "A git sub-command to view your git repository on GitHub" readme = "README.md" keywords = [ "git", "github", "cli", "browser", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/sgoudham/git-view" [lib] name = "git_view" path = "src/lib.rs" [[bin]] name = "git-view" [dependencies.clap] version = "3.2.25" features = ["cargo"] [dependencies.url] version = "2.3.1" [dependencies.webbrowser] version = "0.8.10" [dev-dependencies.mockall] version = "0.11.4" features = ["nightly"] [dev-dependencies.test-case] version = "3.1.0"