project_init 2.9.37

Initialize projects from a template. Fast.
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 = "project_init"
version = "2.9.37"
authors = ["Vanessa McHale <vanessa.mchale@reconfigure.io>"]
exclude = ["./.gitignore"]
description = "Initialize projects from a template. Fast."
homepage = "https://github.com/vmchale/project-init"
documentation = "https://github.com/vmchale/project-init#README"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/vmchale/project-init"
[profile.release]
lto = true

[[bin]]
name = "pi"
path = "src/main.rs"
[dependencies.case]
version = "0.1"

[dependencies.clap]
version = "2.28"
features = ["yaml"]

[dependencies.colored]
version = "1.6"

[dependencies.rustache-lists]
version = "0.1.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.text_io]
version = "0.1"

[dependencies.time]
version = "0.1"

[dependencies.toml]
version = "0.4"