nest-rs-cli 0.2.2

Scaffolding CLI for nestrs — new projects, feature generators, and project health checks.
# 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"
rust-version = "1.95"
name = "nest-rs-cli"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scaffolding CLI for nestrs — new projects, feature generators, and project health checks."
homepage = "https://nestrs.dev"
readme = "README.md"
license = "MIT"
repository = "https://github.com/NestRS/NestRS"
resolver = "2"

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

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.thiserror]
version = "2"

[dependencies.toml_edit]
version = "0.22"

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