doido-generators 0.0.6

Doido code generators plus the unified CLI (server, console, db, worker, generate, new, credentials).
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 = "2021"
name = "doido-generators"
version = "0.0.6"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Doido code generators plus the unified CLI (server, console, db, worker, generate, new, credentials)."
readme = false
license = "MIT"

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

[[bin]]
name = "doido-generators"
path = "src/main.rs"

[[test]]
name = "cli_new_test"
path = "tests/cli_new_test.rs"

[[test]]
name = "cli_test"
path = "tests/cli_test.rs"

[[test]]
name = "generators_test"
path = "tests/generators_test.rs"

[[test]]
name = "new_generator_test"
path = "tests/new_generator_test.rs"

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

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

[dependencies.doido-cache]
version = "0.0.6"

[dependencies.doido-controller]
version = "0.0.6"

[dependencies.doido-core]
version = "0.0.6"

[dependencies.doido-jobs]
version = "0.0.6"

[dependencies.doido-model]
version = "0.0.6"

[dependencies.doido-view]
version = "0.0.6"

[dependencies.figlet-rs]
version = "0.1"

[dependencies.include_dir]
version = "0.7"

[dependencies.sea-orm-cli]
version = "2.0.0-rc.41"
features = [
    "cli",
    "codegen",
    "runtime-tokio-rustls",
    "sqlx-mysql",
    "sqlx-postgres",
    "sqlx-sqlite",
]
default-features = false

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "full",
]

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tempfile]
version = "3"