shadow-dht 0.1.0

Kademlia-based distributed hash table for Shadow Network peer discovery
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 = "2021"
rust-version = "1.70"
name = "shadow-dht"
version = "0.1.0"
authors = ["Devansh Verma"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kademlia-based distributed hash table for Shadow Network peer discovery"
readme = false
keywords = [
    "dht",
    "kademlia",
    "p2p",
    "distributed",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/devanshverma/shadow-network"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.bincode]
version = "1.3"

[dependencies.bytes]
version = "1.9"
features = ["serde"]

[dependencies.chrono]
version = "0.4"

[dependencies.crypto]
version = "0.1.0"
package = "shadow-crypto"

[dependencies.futures]
version = "0.3"

[dependencies.libp2p]
version = "0.54"
features = [
    "tokio",
    "tcp",
    "noise",
    "yamux",
    "gossipsub",
    "kad",
    "identify",
    "ping",
    "mdns",
    "dns",
    "websocket",
    "quic",
    "macros",
]

[dependencies.rand]
version = "0.8"

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

[dependencies.shadow-core]
version = "0.1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.42"
features = ["full"]

[dependencies.tracing]
version = "0.1"