kitsune2_bootstrap_srv 0.3.2

p2p / dht communication WAN discovery bootstrapping server
Documentation
[[bin]]
name = "kitsune2-bootstrap-srv"
path = "src/bin/kitsune2-bootstrap-srv.rs"

[dependencies.async-channel]
version = "2.3.1"

[dependencies.axum]
default-features = false
features = ["http1", "json", "tokio", "ws"]
version = "0.8"

[dependencies.axum-server]
default-features = false
features = ["tls-rustls-no-provider"]
version = "0.7.1"

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
features = ["serde"]
version = "1.8.0"

[dependencies.clap]
features = ["derive", "wrap_help"]
version = "4.5.21"

[dependencies.ctrlc]
features = ["termination"]
version = "3.4.5"

[dependencies.ed25519-dalek]
version = "2.1.1"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1.3"

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.rustls]
default-features = false
features = ["ring"]
version = "0.23"

[dependencies.sbd-server]
features = ["tungstenite"]
version = "0.3.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.14.0"

[dependencies.tokio]
features = ["time", "rt", "rt-multi-thread", "io-util"]
version = "1.41.1"

[dependencies.tower-http]
features = ["cors"]
version = "0.6"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["env-filter", "json"]
version = "0.3"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.rcgen]
version = "0.13"

[dev-dependencies.sbd-client]
version = "0.3.2"

[dev-dependencies.ureq]
version = "3.0"

[[example]]
name = "test-auth-hook-server"
path = "examples/test-auth-hook-server.rs"

[features]
default = []
http2 = ["axum/http2"]

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

[package]
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming"]
description = "p2p / dht communication WAN discovery bootstrapping server"
documentation = "https://docs.rs/kitsune2_bootstrap_srv"
edition = "2021"
homepage = "https://www.holochain.org/"
keywords = ["holochain", "kitsune", "p2p", "dht", "networking"]
license = "Apache-2.0"
name = "kitsune2_bootstrap_srv"
readme = "README.md"
repository = "https://github.com/holochain/kitsune2"
version = "0.3.2"