# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "proplate" version = "0.5.1" authors = ["Yume Saiko "] description = "Proplate is a CLI tool that allows you to quickly create and set up project structures based on templates, and also create your own templates for your future projects." readme = "README.md" keywords = [ "productivity", "template", "generate", "create", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/YumeT023/proplate" [dependencies.clap] version = "4.4.10" [dependencies.inquire] version = "0.6.2" [dependencies.proplate-core] version = "0.5.1" [dependencies.proplate-errors] version = "0.4.0" [dependencies.proplate-integration] version = "0.3.1" [dependencies.proplate-tui] version = "0.3.1" [dependencies.uuid] version = "1.6.1" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dev-dependencies.assert_cmd] version = "2.0.12"