hyperstack-cli 0.3.9

CLI tool for generating TypeScript SDKs from HyperStack stream specifications
# 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 = "hyperstack-cli"
version = "0.3.9"
authors = ["Hypertek"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for generating TypeScript SDKs from HyperStack stream specifications"
documentation = "https://docs.rs/hyperstack-cli"
readme = "README.md"
keywords = [
    "hyperstack",
    "cli",
    "codegen",
    "typescript",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license-file = "LICENSE"
repository = "https://github.com/HyperTekOrg/hyperstack.git"

[features]
default = []
local = []

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

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

[dependencies.clap_complete]
version = "4.5"

[dependencies.colored]
version = "2.1"

[dependencies.console]
version = "0.15"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "5.0"

[dependencies.flate2]
version = "1.0"

[dependencies.hyperstack-interpreter]
version = "0.3.9"

[dependencies.indicatif]
version = "0.17"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "blocking",
    "rustls-tls",
]
default-features = false

[dependencies.rpassword]
version = "7.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tar]
version = "0.4"

[dependencies.toml]
version = "0.8"

[dependencies.uuid]
version = "1.0"
features = ["v4"]