nestforge-cli 1.2.1

CLI to scaffold and generate NestForge applications
# 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"
name = "nestforge-cli"
version = "1.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI to scaffold and generate NestForge applications"
homepage = "https://github.com/vernonthedev/nestforge"
readme = "README.md"
keywords = [
    "rust",
    "cli",
    "scaffold",
    "generator",
    "nestforge",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/vernonthedev/nestforge"

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

[dependencies.anyhow]
version = "1"

[dependencies.nestforge-db]
version = "1.2.1"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "net",
]