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