# 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 = "quickproj" version = "0.3.0" authors = ["Valeryi Savich "] description = "Flexible project creation for minimalists" homepage = "https://github.com/Relrin/quickproj" readme = "README.md" keywords = ["cookiecutter", "template-project", "cli"] license = "BSD-3-Clause" repository = "https://github.com/Relrin/quickproj" [dependencies.bytesize] version = "1.0" [dependencies.clap] version = "2.31" [dependencies.console] version = "0.9" [dependencies.dirs] version = "2.0" [dependencies.fs_extra] version = "1.1" [dependencies.git2] version = "0.10.2" [dependencies.git2_credentials] version = "0.3" [dependencies.indicatif] version = "0.12.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.quick-error] version = "1.2.2" [dependencies.read_input] version = "0.8" [dependencies.regex] version = "1.3" [dependencies.rm_rf] version = "0.3.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.2.18" [dependencies.structopt-derive] version = "0.2.18" [dependencies.walkdir] version = "2.2"