stamp-cli 0.3.2

A cli tool for applying project templates
# 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 = "2024"
name = "stamp-cli"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cli tool for applying project templates"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/mcmah309/stamp-cli"

[[bin]]
name = "stamp"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.54"
features = ["derive"]

[dependencies.console]
version = "0.16.2"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.eros]
version = "0.7.0"

[dependencies.ignore]
version = "0.4.25"

[dependencies.indexmap]
version = "2.13.0"
features = ["serde"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tera]
version = "1.20.1"

[dependencies.toml]
version = "0.9.8"

[dependencies.walkdir]
version = "2.5.0"