fluxor_cli 1.1.2

Fluxor CLI: a command-line tool that allows developers to quickly and efficiently create project starters for the Fluxor web framework.
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 = "fluxor_cli"
version = "1.1.2"
authors = ["Montasir Mirghani <me@montasir.site>"]
build = false
exclude = [
    "Cargo.lock",
    "DEV-INFO.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fluxor CLI: a command-line tool that allows developers to quickly and efficiently create project starters for the Fluxor web framework."
homepage = "https://github.com/dr-montasir/fluxor_cli"
readme = "README.md"
keywords = [
    "fluxor",
    "cli",
    "web",
    "framework",
    "data-science",
]
categories = [
    "command-line-utilities",
    "network-programming",
    "asynchronous",
    "web-programming",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dr-montasir/fluxor_cli"

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

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

[dependencies.cans]
version = "1.5.0"

[dependencies.cargo_metadata]
version = "0.23.1"

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

[dependencies.regex]
version = "1.12.2"