libp2p-dns 0.22.0

DNS transport implementation for libp2p
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "libp2p-dns"
edition = "2018"
description = "DNS transport implementation for libp2p"
version = "0.22.0"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]

[dependencies]
libp2p-core = { version = "0.22.0", path = "../../core" }
log = "0.4.1"
futures = "0.3.1"