kitsune2_bootstrap_client 0.2.13

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

[dependencies.kitsune2_api]
version = "0.2.9"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.ureq]
version = "3.0"

[dependencies.url]
version = "2.5.4"

[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://www.holochain.org/"
keywords = ["holochain", "kitsune", "p2p", "dht", "networking"]
license = "Apache-2.0"
name = "kitsune2_bootstrap_client"
readme = "README.md"
repository = "https://github.com/holochain/kitsune2"
version = "0.2.13"

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