libp2p-mdns 0.16.0

Implementation of the libp2p mDNS discovery method
Documentation
[package]
name = "libp2p-mdns"
edition = "2018"
version = "0.16.0"
description = "Implementation of the libp2p mDNS discovery method"
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]
async-std = "1.0"
data-encoding = "2.0"
dns-parser = "0.8"
either = "1.5.3"
futures = "0.3.1"
lazy_static = "1.2"
libp2p-core = { version = "0.16.0", path = "../../core" }
libp2p-swarm = { version = "0.16.0", path = "../../swarm" }
log = "0.4"
net2 = "0.2"
rand = "0.7"
smallvec = "1.0"
void = "1.0"
wasm-timer = "0.2.4"

[dev-dependencies]
get_if_addrs = "0.5.3"