cargo-generate 0.4.0

cargo, make me a project
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]
edition = "2018"
name = "cargo-generate"
version = "0.4.0"
authors = ["Ashley Williams <ashley666ashley@gmail.com>"]
description = "cargo, make me a project"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/ashleygwilliams/cargo-generate"
[dependencies.cargo]
version = "0.30"

[dependencies.console]
version = "0.6.1"

[dependencies.dialoguer]
version = "0.1.0"

[dependencies.failure]
version = "0.1.5"

[dependencies.git2]
version = "0.7.1"

[dependencies.heck]
version = "0.3.0"

[dependencies.ignore]
version = "0.4.3"

[dependencies.indicatif]
version = "0.9.0"

[dependencies.liquid]
version = "0.19.0"

[dependencies.liquid-derive]
version = "0.19"

[dependencies.openssl]
version = "0.10.11"
optional = true

[dependencies.quicli]
version = "0.4"

[dependencies.regex]
version = "1.0.0"

[dependencies.remove_dir_all]
version = "0.5.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.structopt]
version = "0.2.15"

[dependencies.tempfile]
version = "3.0.2"

[dependencies.toml]
version = "0.5.1"

[dependencies.url]
version = "1.7.1"

[dependencies.walkdir]
version = "2.1.4"
[dev-dependencies.assert_cmd]
version = "0.4"

[dev-dependencies.predicates]
version = "0.5.0"

[dev-dependencies.tempfile]
version = "3.0.2"

[features]
vendored-openssl = ["openssl/vendored"]