git-req 2.0.0-rc.5

Check out merge requests from your GitLab/GitHub hosted repos with ease!
# 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-req"
version = "2.0.0-rc.5"
authors = ["Aru Sahni <arusahni@gmail.com>"]
exclude = ["git-req", "ci/**/*", "appveyor.yml", ".travis.yml"]
description = "Check out merge requests from your GitLab/GitHub hosted repos with ease!"
homepage = "https://github.com/arusahni/git-req"
readme = "README.md"
keywords = ["git", "gitlab", "github"]
categories = ["command-line-utilities", "development-tools"]
license = "MIT"
repository = "https://github.com/arusahni/git-req"
[dependencies.clap]
version = "~2.32"

[dependencies.duct]
version = "0.11.1"

[dependencies.env_logger]
version = "0.6"

[dependencies.git2]
version = "0.7"

[dependencies.log]
version = "0.4.6"

[dependencies.regex]
version = "0.2"

[dependencies.reqwest]
version = "0.9.9"
features = ["default-tls-vendored"]
default-features = false

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.shellexpand]
version = "1.0"