unwalk 0.2.0-beta1

Walk directory recursively to un-gzip files
# 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 = "unwalk"
version = "0.2.0-beta1"
authors = ["Chen Weiguang <chen.weiguang@gmail.com>"]
description = "Walk directory recursively to un-gzip files"
documentation = "https://docs.rs/unwalk"
readme = "README.md"
keywords = ["gz", "gzip", "unzip", "walk", "cli"]
categories = ["command-line-utilities", "compression"]
license-file = "LICENSE"
repository = "https://github.com/guangie88/unwalk"

[[bin]]
name = "unwalk"
path = "src/main.rs"
[dependencies.clap]
version = "=2.31.2"

[dependencies.failure]
version = "=0.1.1"

[dependencies.serde]
version = "=1.0.37"

[dependencies.serde_derive]
version = "=1.0.37"

[dependencies.structopt]
version = "=0.2.6"

[dependencies.structopt-derive]
version = "=0.2.6"

[dependencies.toml]
version = "=0.4.5"

[dependencies.unwalk-base]
version = "0.2.0-beta1"

[dependencies.unwalk-gz]
version = "0.2.0-beta1"

[dependencies.walkdir]
version = "=2.1.4"
[badges.codecov]
repository = "guangie88/unwalk"

[badges.travis-ci]
repository = "guangie88/unwalk"