spawn-cli 0.9.0

A command-line tool for creating files and folders from a template.
# 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 = "spawn-cli"
version = "0.9.0"
authors = ["Paul van der Meijs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command-line tool for creating files and folders from a template."
readme = "README.md"
keywords = ["cli"]
license = "MIT"
repository = "https://github.com/paulvandermeijs/spawn"

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

[dependencies.anyhow]
version = "1.0.95"

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

[dependencies.clap-verbosity]
version = "2.1.0"

[dependencies.cliclack]
version = "0.3"

[dependencies.comfy-table]
version = "7.1.4"

[dependencies.console]
version = "0.16.2"

[dependencies.directories]
version = "6.0.0"

[dependencies.env_logger]
version = "0.11.6"

[dependencies.gix]
version = "0.79.0"
features = ["blocking-network-client"]

[dependencies.globset]
version = "0.4.15"

[dependencies.heck]
version = "0.5.0"

[dependencies.log]
version = "0.4.25"

[dependencies.pathdiff]
version = "0.2.3"

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

[dependencies.sha2]
version = "0.10.8"

[dependencies.similar]
version = "2.7.0"

[dependencies.steel-core]
version = "0.8.1"

[dependencies.tera]
version = "1.20.0"

[dependencies.toml]
version = "1.0.1"

[dependencies.walkdir]
version = "2.5.0"

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
unnecessary_debug_formatting = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1