cargo-smith 0.3.2

NestJS-inspired code generator for Rust web applications
Documentation
# 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 = "cargo-smith"
version = "0.3.2"
authors = ["Pedro Herrera"]
build = false
exclude = [
    ".env",
    ".env.*",
    "*.key",
    "secrets/",
    "config/local.toml",
]
include = [
    "src/**/*",
    "templates/**/*",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NestJS-inspired code generator for Rust web applications"
readme = "README.md"
keywords = [
    "actix",
    "web",
    "scaffolding",
    "cli",
    "generator",
]
categories = [
    "command-line-utilities",
    "web-programming",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Hero472/cargo-smith"

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

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

[dependencies.actix-service]
version = "2.0"

[dependencies.actix-web]
version = "4.13.0"

[dependencies.aes-gcm]
version = "0.10"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.base64]
version = "0.22.1"

[dependencies.bcrypt]
version = "0.19.0"

[dependencies.chrono]
version = "0.4.44"

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

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.futures]
version = "0.3.32"

[dependencies.hex]
version = "0.4.3"

[dependencies.jsonwebtoken]
version = "9.3.1"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.50"
features = ["full"]

[dependencies.toml]
version = "0.9.8"