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