cargo-forge 0.1.6

An interactive Rust project generator with templates and common features
# 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"
rust-version = "1.70"
name = "cargo-forge"
version = "0.1.6"
authors = ["The Cargo-Forge Contributors"]
build = "build.rs"
exclude = [
    ".github/",
    ".gitignore",
    "tests/",
    "target/",
    "tarpaulin-report.*",
    ".claude/",
    "CLAUDE.md",
    "claude-flow",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An interactive Rust project generator with templates and common features"
homepage = "https://cargo-forge.rs"
documentation = "https://docs.rs/cargo-forge"
readme = "README.md"
keywords = [
    "cargo",
    "template",
    "generator",
    "scaffold",
    "project",
]
categories = [
    "development-tools",
    "command-line-utilities",
    "template-engine",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/marcuspat/cargo-forge"

[lib]
name = "cargo_forge"
path = "src/lib.rs"

[[bin]]
name = "cargo-forge"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.clap_complete]
version = "4.5"

[dependencies.colored]
version = "2.0"

[dependencies.dirs]
version = "5.0"

[dependencies.include_dir]
version = "0.7"

[dependencies.indicatif]
version = "0.17"

[dependencies.inquire]
version = "0.7"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tera]
version = "1.20"

[dependencies.toml]
version = "0.8"

[dependencies.which]
version = "6.0"

[dev-dependencies.chrono]
version = "0.4"
features = ["serde"]

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.toml]
version = "0.8"

[build-dependencies.clap]
version = "4.5"
features = ["derive"]