ravel-cli 0.1.0

CLI tool for the Ravel framework: project scaffolding, code generation, migrations, dev server
# 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 = "ravel-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for the Ravel framework: project scaffolding, code generation, migrations, dev server"
homepage = "https://github.com/jwwb681232/ravel"
documentation = "https://docs.rs/ravel-cli"
readme = "README.md"
keywords = [
    "ravel",
    "cli",
    "scaffold",
    "generator",
    "web",
]
categories = [
    "command-line-utilities",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/jwwb681232/ravel"
resolver = "2"

[[bin]]
name = "ravel-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.ravel-db-seaorm]
version = "0.1.0"

[dependencies.ravel-generator]
version = "0.1.0"

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