git-brws 0.8.1

Command line tool to open a repository, file, commit or diff in your web browser from command line
[package]
name = "git-brws"
version = "0.8.1"
authors = ["rhysd <lin90162@yahoo.co.jp>"]
description = "Command line tool to open a repository, file, commit or diff in your web browser from command line"
repository = "https://github.com/rhysd/git-brws"
readme = "README.md"
include = ["src/**/*.rs", "Cargo.toml", "LICENSE.txt"]
license-file = "LICENSE.txt"

[badges]
travis-ci = { repository = "rhysd/git-brws" }
appveyor = { repository = "rhysd/git-brws" }
maintenance = { status = "actively-developed" }

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

[dependencies]
getopts = "0.2"
url = "1.7"
open = "1.2"
reqwest = "0.9.5"
serde_derive = "1.0.82"
serde = "1.0.82"

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

[features]
on-ci = []