rapina-cli 0.4.0

CLI tool for Rapina web framework - create and run Rapina projects
# 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 = "rapina-cli"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for Rapina web framework - create and run Rapina projects"
documentation = "https://github.com/arferreira/rapina"
readme = "README.md"
keywords = [
    "web",
    "framework",
    "cli",
    "rapina",
]
categories = [
    "command-line-utilities",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/arferreira/rapina"
resolver = "2"

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

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

[dependencies.colored]
version = "3"

[dependencies.ctrlc]
version = "3"

[dependencies.notify]
version = "6"
features = ["macos_kqueue"]
default-features = false

[dependencies.notify-debouncer-mini]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"