tideorm-cli 0.8.7

Command-line interface for TideORM
# 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 = "tideorm-cli"
version = "0.8.7"
authors = ["Mohamad Al Zohbie"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for TideORM"
readme = "README.md"
keywords = [
    "orm",
    "cli",
    "database",
    "migration",
    "rust",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "MIT"
repository = "https://github.com/mohamadzoh/tideorm-cli"

[features]
default = []

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

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

[dependencies.chrono]
version = "0.4.44"

[dependencies.clap]
version = "4.6.0"
features = [
    "derive",
    "env",
    "color",
]

[dependencies.colored]
version = "3.1.1"

[dependencies.console]
version = "0.16.3"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.heck]
version = "0.5.0"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.minijinja]
version = "2.18.0"

[dependencies.pluralizer]
version = "0.5.0"

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tideorm]
version = "0.8.7"
features = [
    "postgres",
    "mysql",
    "sqlite",
    "runtime-tokio",
]
default-features = false

[dependencies.tiny_http]
version = "0.12"

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

[dependencies.toml]
version = "0.9.8"

[dependencies.walkdir]
version = "2.5.0"

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

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

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