rift-dht 0.1.4

Distributed hash table for Rift P2P 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"
name = "rift-dht"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Distributed hash table for Rift P2P peer discovery"
documentation = "https://docs.rs/rift-dht"
readme = "README.md"
keywords = [
    "dht",
    "kademlia",
    "p2p",
    "discovery",
]
categories = ["network-programming"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/infinityabundance/riftd"

[package.metadata.docs.rs]
all-features = true

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

[dependencies.anyhow]
version = "1"

[dependencies.bincode]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.libp2p]
version = "0.53"
features = [
    "kad",
    "tcp",
    "dns",
    "noise",
    "yamux",
    "tokio",
    "identify",
    "macros",
]

[dependencies.rift-core]
version = "0.1.4"

[dependencies.rift-metrics]
version = "0.1.4"

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

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "time",
    "macros",
    "rt",
]

[dependencies.tracing]
version = "0.1"