[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"