doido-generators 0.0.13

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.13"
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 = "cargo_toml_deps_test"
path = "tests/cargo_toml_deps_test.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.doido-jobs]
version = "=0.0.13"
features = [
    "jobs-db",
    "jobs-redis",
]

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

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

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

[dependencies.include_dir]
version = "0.7"

[dependencies.sea-orm-cli]
version = "2.0.0"
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.serde_json]
version = "1"

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

[dev-dependencies.toml]
version = "0.8"

[dev-dependencies.ureq]
version = "3"
features = ["json"]