[[bin]]
name = "hc-run-local-services"
path = "src/bin/hc-run-local-services.rs"
[dependencies.clap]
features = ["derive"]
version = "4.0"
[dependencies.futures]
version = "0.3"
[dependencies.holochain_trace]
version = "^0.5.0-dev.1"
[dependencies.if-addrs]
version = "0.12"
[dependencies.kitsune_p2p_bootstrap]
version = "^0.4.0-dev.4"
[dependencies.sbd-server]
version = "=0.0.7-alpha"
[dependencies.tokio]
features = ["full"]
version = "1.36.0"
[dependencies.tracing]
version = "0.1"
[lints.clippy]
complexity = "deny"
correctness = "deny"
dbg_macro = "deny"
perf = "deny"
style = "deny"
[lints.clippy.cargo]
level = "allow"
priority = -1
[lints.clippy.nursery]
level = "allow"
priority = -1
[lints.clippy.pedantic]
level = "allow"
priority = -1
[lints.clippy.restriction]
level = "allow"
priority = -1
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
[package]
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
categories = ["command-line-utilities", "development-tools::build-utils", "filesystem"]
description = "Run a holochain webrtc signal server and bootstrap server."
documentation = "https://docs.rs/holochain_cli_run_local_services"
edition = "2021"
homepage = "https://github.com/holochain/holochain"
keywords = ["holochain", "holo"]
license = "Apache-2.0"
name = "holochain_cli_run_local_services"
readme = "README.md"
version = "0.5.0-dev.4"