ncli 0.1.1

A helper CLI for managing and generating NestJS project resources.
# 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 = "ncli"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A helper CLI for managing and generating NestJS project resources."
homepage = "https://github.com/manandhar01/ncli"
readme = "README.md"
keywords = [
    "nestjs",
    "cli",
    "code-generation",
    "project-management",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/manandhar01/ncli"

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

[dependencies.anyhow]
version = "1.0.101"

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

[dependencies.colored]
version = "3.1.1"

[dependencies.regex]
version = "1.12.3"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10.9"

[dependencies.walkdir]
version = "2.5.0"