romance-cli 0.1.0

Full-stack code generator CLI: Axum + SeaORM + React + TypeScript + shadcn/ui
# 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 = "romance-cli"
version = "0.1.0"
authors = ["Romance Team <team@romance.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "romance"
description = "Full-stack code generator CLI: Axum + SeaORM + React + TypeScript + shadcn/ui"
homepage = "https://romance.dev"
readme = "README.md"
keywords = [
    "code-generator",
    "full-stack",
    "axum",
    "react",
    "crud",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/aliexz011/romance"

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

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

[dependencies.clap_complete]
version = "4"

[dependencies.colored]
version = "2"

[dependencies.dialoguer]
version = "0.11"

[dependencies.heck]
version = "0.5"

[dependencies.romance-core]
version = "0.1.0"

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"