dht-rpc 0.0.2

rust implementation of the DHT powering the hyperswarm stack
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 = "dht-rpc"
version = "0.0.2"
authors = ["Blake Griffith <hyperswarm@cowlicks.website>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rust implementation of the DHT powering the hyperswarm stack"
documentation = "https://docs.rs/dht-rpc/"
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 = "dht_rpc"
path = "src/lib.rs"

[dependencies.arrayvec]
version = "0.5.1"

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

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.fnv]
version = "1.0.7"

[dependencies.futures]
version = "0.3.5"

[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",
]

[dependencies.tracing]
version = "0.1.41"

[dependencies.udx]
version = "0.2.0"

[dependencies.uint]
version = "0.8.3"

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

[dev-dependencies.pretty_env_logger]
version = "0.4.0"

[dev-dependencies.rusty_nodejs_repl]
version = "0.2.2"

[dev-dependencies.tokio]
version = "1.41.0"
features = [
    "rt-multi-thread",
    "io-util",
    "io-std",
    "macros",
    "time",
]

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

[build-dependencies.prost-build]
version = "0.6.1"