# 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 = "3.1.23" authors = ["Vanessa McHale "] build = "build.rs" exclude = ["./.gitignore"] description = "Quickly initialize projects from a template." 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 = "1.0" [dependencies.clap] version = "2.29" features = ["yaml"] [dependencies.colored] version = "1.6" [dependencies.dirs] version = "2.0" [dependencies.git2] version = "0.10" [dependencies.heck] version = "0.3" [dependencies.rustache-lists] version = "0.1.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.tempdir] version = "0.3" [dependencies.text_io] version = "<= 0.1.6" [dependencies.time] version = "0.1" [dependencies.toml] version = "0.5" [build-dependencies.cli-setup] version = "0.2"