hyperswarm 0.1.0

Rust implementation of hyperswarm, topic-based peer discovery on top of hyperdht
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 = "hyperswarm"
version = "0.1.0"
authors = ["Blake Griffith <hyperswarm@cowlicks.website>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of hyperswarm, topic-based peer discovery on top of hyperdht"
documentation = "https://docs.rs/hyperswarm/"
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 = "hyperswarm"
path = "src/lib.rs"

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

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

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

[dependencies.futures]
version = "0.3.5"

[dependencies.hyperdht]
version = "0.1.1"

[dependencies.rand]
version = "0.7.3"

[dependencies.thiserror]
version = "1.0.68"

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

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.hypercore_handshake]
version = "0.6.0"

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

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