swordmaster-cli 0.1.0

CLI tool to scaffold projects using the Swordmaster framework
# 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"
rust-version = "1.75"
name = "swordmaster-cli"
version = "0.1.0"
authors = ["Mateus Ramos"]
build = false
include = [
    "src/**",
    "templates/**",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool to scaffold projects using the Swordmaster framework"
homepage = "https://github.com/king-swordmaster/Swordmaster"
documentation = "https://docs.rs/swordmaster-cli"
readme = "README.md"
keywords = [
    "cli",
    "scaffold",
    "axum",
    "seaorm",
    "backend",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/king-swordmaster/Swordmaster"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.dialoguer]
version = "0.11"

[dependencies.include_dir]
version = "0.7"