cargo-generate 0.1.1

cargo, make me a project
# 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-generate"
version = "0.1.1"
authors = ["Ashley Williams <ashley666ashley@gmail.com>", "Pascal Hertleif <killercup@gmail.com>"]
description = "cargo, make me a project"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/ashleygwilliams/cargo-generate"
[dependencies.console]
version = "0.6.1"

[dependencies.dialoguer]
version = "0.1.0"

[dependencies.git2]
version = "0.7.1"

[dependencies.ident_case]
version = "1.0.0"

[dependencies.indicatif]
version = "0.9.0"

[dependencies.liquid]
version = "0.14.3"

[dependencies.quicli]
version = "0.3.0"

[dependencies.regex]
version = "1.0.0"

[dependencies.remove_dir_all]
version = "0.5.1"

[dependencies.tempfile]
version = "3.0.2"

[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"