mrh 0.10.3

Crawls filesystem and displays pending status of each git repo found
Documentation
# 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]
name = "mrh"
version = "0.10.3"
authors = ["Tshepang Lekhonkhobe <tshepang@gmail.com>"]
description = "Crawls filesystem and displays pending status of each git repo found"
readme = "README.md"
keywords = ["git"]
categories = ["command-line-utilities"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tshepang/mrh"
[dependencies.ansi_term]
version = "0.11"

[dependencies.dirs]
version = "1"

[dependencies.git2]
version = "0.7"

[dependencies.indexmap]
version = "1"

[dependencies.serde]
version = "1"
optional = true

[dependencies.serde_derive]
version = "1"
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.serde_yaml]
version = "0.8"
optional = true

[dependencies.structopt]
version = "0.2"

[dependencies.walkdir]
version = "2"

[features]
json = ["serde_json", "serde_derive", "serde"]
yaml = ["serde_yaml", "serde_derive", "serde"]
[badges.appveyor]
repository = "tshepang/mrh"

[badges.travis-ci]
repository = "tshepang/mrh"