tideway-cli 0.1.23

CLI for scaffolding Tideway SaaS applications - backend modules, frontend components, and more
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"
rust-version = "1.85"
name = "tideway-cli"
version = "0.1.23"
authors = ["JD"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for scaffolding Tideway SaaS applications - backend modules, frontend components, and more"
readme = "README.md"
keywords = [
    "cli",
    "saas",
    "scaffold",
    "backend",
    "axum",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jordcodes/tideway-rs"

[package.metadata]
tideway_version = "0.7.12"

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.colored]
version = "2"

[dependencies.dialoguer]
version = "0.11"

[dependencies.handlebars]
version = "6"

[dependencies.include_dir]
version = "0.7"

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"

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

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