kitsune2_bootstrap_client 0.4.0-dev.9

p2p / dht communication WAN discovery bootstrapping client
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.kitsune2_api]
version = "0.4.0-dev.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.ureq]
version = "3.0"

[dependencies.url]
version = "2.5.4"