stacksdapp 0.1.4

The official stacksdapp CLI: A complete toolkit to scaffold, build, and deploy full-stack Bitcoin applications on Stacks.
# 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 = "stacksdapp"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The official stacksdapp CLI: A complete toolkit to scaffold, build, and deploy full-stack Bitcoin applications on Stacks."
homepage = "https://github.com/scaffold-stack/scaffold-stack"
readme = "README.md"
license = "MIT"
repository = "https://github.com/scaffold-stack/scaffold-stack"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.colored]
version = "2"

[dependencies.indicatif]
version = "0.17"

[dependencies.stacksdapp-codegen]
version = "0.1.2"

[dependencies.stacksdapp-deployer]
version = "0.1.2"

[dependencies.stacksdapp-parser]
version = "0.1.1"

[dependencies.stacksdapp-process-supervisor]
version = "0.1.2"

[dependencies.stacksdapp-scaffold]
version = "0.1.4"

[dependencies.stacksdapp-watcher]
version = "0.1.1"

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