quick-arch 0.1.0

powerful CLI tool built in Rust that automates project scaffolding using JSON templates. Generate complete project structures with conditional features in seconds!
# 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 = "quick-arch"
version = "0.1.0"
authors = ["Abdullah Abdulkhaleq"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "powerful CLI tool built in Rust that automates project scaffolding using JSON templates. Generate complete project structures with conditional features in seconds!"
homepage = "https://github.com/AbdullahNamespace/quick-arch"
documentation = "https://docs.rs/quick-arch"
readme = "README.md"
keywords = [
    "architecture",
    "cli",
    "tools",
    "generator",
    "productivity",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "template-engine",
]
license = "MIT"
repository = "https://github.com/AbdullahNamespace/quick-arch"

[[bin]]
name = "quick-arch"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.colored]
version = "2.0"

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

[dependencies.serde_json]
version = "1.0"