shaperail-cli 0.4.0

CLI for Shaperail — shaperail init, generate, serve, build, migrate, and more
# 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 = "shaperail-cli"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for Shaperail — shaperail init, generate, serve, build, migrate, and more"
homepage = "https://shaperail.io"
readme = "README.md"
keywords = [
    "web",
    "api",
    "framework",
    "code-generation",
]
categories = [
    "web-programming::http-server",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/shaperail/shaperail"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.deadpool-redis]
version = "0.16"

[dependencies.indexmap]
version = "2"

[dependencies.redis]
version = "0.26"
features = ["tokio-comp"]

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.shaperail-codegen]
version = "0.4.0"

[dependencies.shaperail-core]
version = "0.4.0"

[dependencies.shaperail-runtime]
version = "0.4.0"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "postgres",
    "uuid",
    "chrono",
    "json",
    "migrate",
]
default-features = false

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

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

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

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