rapina-cli 0.7.2

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"
rust-version = "1.85"
name = "rapina-cli"
version = "0.7.2"
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"

[features]
default = []
import = ["tokio"]
import-mysql = [
    "import",
    "sea-schema/mysql",
    "sea-schema/discovery",
    "sea-schema/runtime-tokio-rustls",
    "sea-schema/sqlx-mysql",
    "sqlx/runtime-tokio-rustls",
    "sqlx/mysql",
]
import-postgres = [
    "import",
    "sea-schema/postgres",
    "sea-schema/discovery",
    "sea-schema/runtime-tokio-rustls",
    "sea-schema/sqlx-postgres",
    "sqlx/runtime-tokio-rustls",
    "sqlx/postgres",
]
import-sqlite = [
    "import",
    "sea-schema/sqlite",
    "sea-schema/discovery",
    "sea-schema/runtime-tokio-rustls",
    "sea-schema/sqlx-sqlite",
    "sqlx/runtime-tokio-rustls",
    "sqlx/sqlite",
]

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

[dependencies.chrono]
version = "0.4"

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

[dependencies.colored]
version = "3"

[dependencies.ctrlc]
version = "3"

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

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

[dependencies.sea-schema]
version = "0.16"
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sqlx]
version = "0.8"
optional = true

[dependencies.tokio]
version = "1"
features = ["full"]
optional = true

[dependencies.toml]
version = "1.0"