rok-cli 0.3.9

Developer CLI for rok-based Axum applications
# 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 = "2021"
name = "rok-cli"
version = "0.3.9"
authors = ["ateeq1999"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Developer CLI for rok-based Axum applications"
homepage = "https://github.com/ateeq1999/axum-rok-http"
readme = "README.md"
keywords = [
    "cli",
    "axum",
    "scaffold",
    "rok",
    "codegen",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/ateeq1999/axum-rok-http"

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.clap_complete]
version = "4"
features = ["unstable-dynamic"]

[dependencies.console]
version = "0.15"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dotenvy]
version = "0.15"

[dependencies.glob]
version = "0.3"

[dependencies.heck]
version = "0.5"

[dependencies.rand]
version = "0.8"

[dependencies.rok-orm-migrate]
version = "0.3"
features = ["postgres"]

[dependencies.rok-repl]
version = "0.3"
features = ["postgres"]

[dependencies.rok-tui]
version = "0.3"

[dependencies.semver]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sqlx]
version = "0.8"
features = [
    "macros",
    "runtime-tokio-native-tls",
    "chrono",
    "postgres",
]
default-features = false

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

[dependencies.toml]
version = "0.8"

[dependencies.ureq]
version = "3"