kitsune2_bootstrap_client 0.2.2

p2p / dht communication WAN discovery bootstrapping client
Documentation
[dependencies.base64]
version = "0.22.1"

[dependencies.kitsune2_api]
version = "0.2.1"

[dependencies.tracing]
version = "0.1"

[dependencies.ureq]
features = ["tls"]
version = "2.10.1"

[dependencies.url]
version = "2.5.4"

[dev-dependencies.kitsune2_bootstrap_srv]
version = "0.2.1"

[dev-dependencies.kitsune2_test_utils]
version = "0.2.1"

[lib]
name = "kitsune2_bootstrap_client"
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 client"
documentation = "https://docs.rs/kitsune2_bootstrap_client"
edition = "2021"
homepage = "https://github.com/holochain/kitsune2"
keywords = ["holochain", "kitsune", "p2p", "dht", "networking"]
license = "Apache-2.0"
name = "kitsune2_bootstrap_client"
readme = "README.md"
version = "0.2.2"

[[test]]
name = "connect"
path = "tests/connect.rs"