# 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 = "stampsmith" version = "0.0.1" description = "Stampsmith is a fast and portable Cookiecutter-compatible tool that generates projects from project templates. It is designed to be a drop-in replacement for Cookiecutter, but with a focus on speed and portability." readme = "README.md" keywords = [ "cookiecutter", "template", "project", ] categories = [ "command-line-utilities", "command-line-interface", "development-tools", "filesystem", "template-engine", ] license = "PolyForm-Small-Business-1.0.0 AND Hippocratic-2.1" repository = "https://github.com/acovaci/stampsmith" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.minijinja] version = "2.0.3" [dependencies.thiserror] version = "1.0.61" [dev-dependencies.assert_cmd] version = "2.0.14" features = ["color-auto"] [dev-dependencies.dir-assert] version = "0.2.0" [dev-dependencies.predicates] version = "3.1.0" [dev-dependencies.uuid] version = "1.10.0" features = ["v4"]