# 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 = "gitweb" version = "0.3.5" authors = ["Yoann Fleury "] exclude = ["docs/", ".editorconfig", ".github/", "*.md"] description = "Open the current remote repository in your browser" homepage = "https://github.com/yoannfleurydev/gitweb" readme = "README.md" keywords = ["git", "browser"] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/yoannfleurydev/gitweb" [dependencies.anyhow] version = "1.0" [dependencies.flexi_logger] version = "0.22" features = ["use_chrono_for_offset"] [dependencies.git-url-parse] version = "0.4" [dependencies.git2] version = "0.14" [dependencies.log] version = "0.4" [dependencies.open] version = "2.1" [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1.0"