cargo-clone-crate 0.1.0

Cargo subcommand to clone a repo from the registry.
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 = "cargo-clone-crate"
version = "0.1.0"
authors = ["Eric Huss <eric@huss.org>"]
description = "Cargo subcommand to clone a repo from the registry."
homepage = "https://github.com/ehuss/cargo-clone-crate"
readme = "README.md"
keywords = ["cargo"]
categories = ["development-tools::cargo-plugins"]
license = "MIT"
repository = "https://github.com/ehuss/cargo-clone-crate"

[lib]
name = "cargo_clone"

[[bin]]
name = "cargo-clone"
path = "src/main.rs"
[dependencies.clap]
version = "2.32"

[dependencies.failure]
version = "0.1"

[dependencies.flate2]
version = "1.0"

[dependencies.regex]
version = "1.0"

[dependencies.reqwest]
version = "0.8"

[dependencies.semver]
version = "0.9"

[dependencies.serde_json]
version = "1.0"

[dependencies.tar]
version = "0.4"
default-features = false