[package] name = "tetsy-libp2p-mdns" edition = "2018" version = "0.28.1" description = "Implementation of the tetsy-libp2p mDNS discovery method" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" keywords = ["peer-to-peer", "libp2p", "networking"] categories = ["network-programming", "asynchronous"] [dependencies] async-io = "1.3.0" data-encoding = "2.3.1" dns-parser = "0.8.0" futures = "0.3.8" if-watch = "0.1.6" lazy_static = "1.4.0" tetsy-libp2p-core = { version = "0.27.1", path = "../../core" } tetsy-libp2p-swarm = { version = "0.27.1", path = "../../swarm" } log = "0.4.11" rand = "0.7.3" smallvec = "1.5.0" socket2 = { version = "0.3.17", features = ["reuseport"] } void = "1.0.2" [dev-dependencies] async-std = "1.7.0" if-addrs = "0.6.5" tokio = { version = "1.0.1", default-features = false, features = ["rt", "rt-multi-thread"] }