hyperdht 0.1.1

Rust implementation of hyperdht, peer announcements and connections on top of dht-rpc
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 = "hyperdht"
version = "0.1.1"
authors = ["Blake Griffith <hyperswarm@cowlicks.website>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of hyperdht, peer announcements and connections on top of dht-rpc"
documentation = "https://docs.rs/hyperdht/"
readme = "README.md"
keywords = [
    "dat",
    "peer-to-peer",
    "networking",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/cowlicks/hyperswarm"
resolver = "2"

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

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

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

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

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

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

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

[dependencies.arrayvec]
version = "0.5.1"

[dependencies.async-compat]
version = "0.2.1"

[dependencies.compact-encoding]
version = "2.2.0"

[dependencies.const-hex]
version = "1.14.0"

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.dht-rpc]
version = "0.0.2"

[dependencies.fnv]
version = "1.0.7"

[dependencies.futures]
version = "0.3.5"

[dependencies.hypercore_handshake]
version = "0.6.0"

[dependencies.libsodium-sys-stable]
version = "1.21.2"

[dependencies.rand]
version = "0.7.3"

[dependencies.smallvec]
version = "1.4.1"

[dependencies.thiserror]
version = "1.0.68"

[dependencies.tokio]
version = "1.41.0"
features = [
    "rt",
    "net",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1.41"

[dependencies.udx]
version = "0.2.0"

[dependencies.uint]
version = "0.8.3"

[dependencies.uint24le_framing]
version = "0.2.0"

[dependencies.wasm-timer]
version = "0.2.4"

[dev-dependencies.async-process]
version = "2.2.1"

[dev-dependencies.rusty_nodejs_repl]
version = "0.2.2"
features = [
    "serde",
    "integration_utils",
]

[dev-dependencies.serde]
version = "1.0.217"

[dev-dependencies.serde_json]
version = "1.0.135"

[dev-dependencies.tempfile]
version = "3.10.1"

[dev-dependencies.tracing-subscriber]
version = "0.3.19"
features = ["env-filter"]