holochain_cli 0.2.8

Provides the `hc` binary, a helpful CLI tool for working with Holochain.
Documentation
[[bin]]
name = "hc"
path = "src/bin/hc.rs"
[dependencies.anyhow]
version = "1.0"

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

[dependencies.futures]
version = "0.3"

[dependencies.holochain_cli_bundle]
version = "^0.2.8"

[dependencies.holochain_cli_run_local_services]
version = "^0.2.8"

[dependencies.holochain_cli_sandbox]
version = "^0.2.8"

[dependencies.holochain_trace]
version = "^0.2.8"

[dependencies.lazy_static]
version = "1.4"

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

[features]
chc = ["holochain_cli_sandbox/chc"]

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

[package]
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
categories = ["command-line-utilities", "development-tools::build-utils", "filesystem"]
description = "Provides the `hc` binary, a helpful CLI tool for working with Holochain."
documentation = "https://docs.rs/holochain_cli"
edition = "2021"
homepage = "https://github.com/holochain/holochain"
keywords = ["holochain", "holo"]
license = "Apache-2.0"
name = "holochain_cli"
readme = "README.md"
version = "0.2.8"