# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "git-brws" version = "0.11.12" authors = ["rhysd "] include = ["src/**/*.rs", "Cargo.toml", "LICENSE.txt"] 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" readme = "README.md" categories = ["command-line-utilities", "development-tools"] license = "MIT" repository = "https://github.com/rhysd/git-brws" [package.metadata.release] no-dev-version = true [profile.release] lto = true panic = "abort" [[bin]] name = "git-brws" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.envy] version = "0.4" [dependencies.futures] version = "0.3" features = ["async-await"] default-features = false [dependencies.getopts] version = "0.2" [dependencies.lazy_static] version = "1.4" [dependencies.open] version = "1.4" [dependencies.path-slash] version = "0.1" [dependencies.reqwest] version = "0.10" features = ["json"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.tokio] version = "0.2" default-features = false [dependencies.url] version = "2.1" [dev-dependencies.cargo-husky] version = "1.5" features = ["run-for-all", "prepush-hook", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt"] default-features = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.tokio] version = "0.2" features = ["macros"] default-features = false [badges.appveyor] repository = "rhysd/git-brws" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "rhysd/git-brws"