cratestack-cli 0.3.4

Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services.
# 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 = "cratestack-cli"
version = "0.3.4"
authors = ["Stephane Segning <selastlambou@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services."
homepage = "https://cratestack.dev"
documentation = "https://rust-doc.cratestack.dev/cratestack"
readme = "README.md"
keywords = [
    "api",
    "schema",
    "codegen",
    "axum",
    "sqlx",
]
categories = [
    "web-programming",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/vaam-store/cratestack"

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.cratestack-client-dart]
version = "0.3.4"

[dependencies.cratestack-client-typescript]
version = "0.3.4"

[dependencies.cratestack-core]
version = "0.3.4"

[dependencies.cratestack-migrate]
version = "0.3.4"

[dependencies.cratestack-parser]
version = "0.3.4"

[dependencies.cratestack-studio]
version = "0.3.4"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.url]
version = "2"

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