prax-orm-cli 0.6.0

CLI tool for the Prax ORM
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.89"
name = "prax-orm-cli"
version = "0.6.0"
authors = ["Pegasus Heavy Industries LLC <dev@pegasusheavy.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for the Prax ORM"
documentation = "https://docs.rs/prax-cli"
readme = "README.md"
keywords = [
    "orm",
    "cli",
    "database",
    "migrations",
    "code-generation",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pegasusheavy/prax-orm"
resolver = "2"

[features]
default = [
    "postgres",
    "seaorm",
]
mssql = []
mysql = []
postgres = ["tokio-postgres"]
seaorm = ["prax-import/seaorm"]
sqlite = []

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

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

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

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

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

[dependencies.miette]
version = "7.0"
features = [
    "fancy",
    "fancy",
]

[dependencies.owo-colors]
version = "4.1"

[dependencies.prax-codegen]
version = "0.6.0"

[dependencies.prax-import]
version = "0.6.0"

[dependencies.prax-migrate]
version = "0.6.0"

[dependencies.prax-query]
version = "0.6.0"

[dependencies.prax-schema]
version = "0.6.0"

[dependencies.regex-lite]
version = "0.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tokio-postgres]
version = "0.7"
features = [
    "with-serde_json-1",
    "with-chrono-0_4",
    "with-uuid-1",
]
optional = true

[dependencies.toml]
version = "0.9"

[dependencies.url]
version = "2.5"

[dependencies.uuid]
version = "1.10"
features = [
    "v4",
    "serde",
    "v4",
]

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

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

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