[[bin]]
name = "fluxor"
path = "src/main.rs"
[dependencies.cargo_metadata]
version = "0.23.0"
[dependencies.clap]
features = ["derive"]
version = "4.5.48"
[dependencies.regex]
version = "1.11.3"
[lib]
name = "fluxor_cli"
path = "src/lib.rs"
[package]
authors = ["Montasir Mirghani <me@montasir.site>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "network-programming", "asynchronous", "web-programming", "data-structures"]
description = "Fluxor CLI: a command-line tool that allows developers to quickly and efficiently create project starters for the Fluxor web framework."
edition = "2024"
exclude = ["Cargo.lock", "DEV-INFO.md"]
homepage = "https://github.com/dr-montasir/fluxor_cli"
keywords = ["fluxor", "cli", "web", "framework", "data-science"]
license = "MIT OR Apache-2.0"
name = "fluxor_cli"
readme = "README.md"
repository = "https://github.com/dr-montasir/fluxor_cli"
version = "0.9.1"