[package] name = "libp2p-mdns-ouro" edition = "2018" version = "0.31.1" description = "Implementation of the libp2p mDNS discovery method" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/tigthor/p2p-net" keywords = ["peer-to-peer", "libp2p", "networking"] categories = ["network-programming", "asynchronous"] [dependencies] async-io = "1.3.1" data-encoding = "2.3.2" dns-parser = "0.8.0" futures = "0.3.13" if-watch = "0.2.0" lazy_static = "1.4.0" libp2p-core = { version = "0.29.0", path = "../../core" } libp2p-swarm = { version = "0.30.0", path = "../../swarm" } log = "0.4.14" rand = "0.8.3" smallvec = "1.6.1" socket2 = { version = "0.4.0", features = ["all"] } void = "1.0.2" [dev-dependencies] async-std = "1.9.0" if-addrs = "0.6.5" tokio = { version = "1.2.0", default-features = false, features = ["rt", "rt-multi-thread"] }