rustbasic-cli 0.0.4

CLI tool for the RustBasic Framework.
Documentation
# 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 = "rustbasic-cli"
version = "0.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for the RustBasic Framework."
homepage = "https://github.com/herisvan321/rustbasic"
documentation = "https://github.com/herisvan321/rustbasic"
readme = "README.md"
keywords = [
    "rustbasic",
    "framework",
    "cli",
    "scaffolding",
    "orm",
]
categories = [
    "development-tools",
    "command-line-utilities",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/herisvan321/rustbasic"

[lib]
name = "rustbasic_cli"
path = "src/lib.rs"

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

[dependencies.async-trait]
version = "0.1.86"

[dependencies.base64]
version = "0.22.1"

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

[dependencies.colored]
version = "3.0"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.rand]
version = "0.10.1"

[dependencies.regex]
version = "1.10"

[dependencies.rustbasic-core]
version = "0.1.8"

[dependencies.sea-orm]
version = "1.1.4"
features = [
    "macros",
    "with-chrono",
]

[dependencies.sea-orm-migration]
version = "1.1.4"

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

[dependencies.serde_json]
version = "1.0.140"

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