git-brws 0.11.12

Command line tool to open a repository, file, commit, diff, tag, pull request, issue or project's website in your web browser from command line
Documentation
[badges.appveyor]
repository = "rhysd/git-brws"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "rhysd/git-brws"

[[bench]]
harness = false
name = "benchmark"
path = "benches/benchmark.rs"

[[bin]]
name = "git-brws"

[dependencies.envy]
version = "0.4"

[dependencies.futures]
default-features = false
features = ["async-await"]
version = "0.3"

[dependencies.getopts]
version = "0.2"

[dependencies.lazy_static]
version = "1.4"

[dependencies.open]
version = "1.4"

[dependencies.path-slash]
version = "0.1"

[dependencies.reqwest]
features = ["json"]
version = "0.10"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.tokio]
default-features = false
version = "0.2"

[dependencies.url]
version = "2.1"

[dev-dependencies.cargo-husky]
default-features = false
features = ["run-for-all", "prepush-hook", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt"]
version = "1.5"

[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.tokio]
default-features = false
features = ["macros"]
version = "0.2"

[package]
authors = ["rhysd <lin90162@yahoo.co.jp>"]
categories = ["command-line-utilities", "development-tools"]
description = "Command line tool to open a repository, file, commit, diff, tag, pull request, issue or project's website in your web browser from command line"
edition = "2018"
include = ["src/**/*.rs", "Cargo.toml", "LICENSE.txt"]
license = "MIT"
name = "git-brws"
readme = "README.md"
repository = "https://github.com/rhysd/git-brws"
version = "0.11.12"

[package.metadata.release]
no-dev-version = true

[profile.release]
lto = true
panic = "abort"