# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tet-libp2p-mdns" version = "0.28.0" authors = ["Parity Technologies ", "Tetcoin Developers "] description = "Implementation of the tet-libp2p mDNS discovery method" homepage = "https://core.tetcoin.org" documentation = "https://docs.rs/gossipsub" keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"] categories = ["cryptography::cryptocurrencies", "network-programming", "asynchronous"] license = "MIT" repository = "https://github.com/tetcoin/tet-libp2p" [dependencies.async-io] version = "1.3.0" [dependencies.data-encoding] version = "2.3.1" [dependencies.dns-parser] version = "0.8.0" [dependencies.futures] version = "0.3.8" [dependencies.if-watch] version = "0.1.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.11" [dependencies.rand] version = "0.7.3" [dependencies.smallvec] version = "1.5.0" [dependencies.socket2] version = "0.3.17" features = ["reuseport"] [dependencies.tet-libp2p-core] version = "0.27.0" [dependencies.tet-libp2p-swarm] version = "0.27.0" [dependencies.void] version = "1.0.2" [dev-dependencies.async-std] version = "1.7.0" [dev-dependencies.if-addrs] version = "0.6.5" [dev-dependencies.tokio] version = "1.0.1" features = ["rt", "rt-multi-thread"] default-features = false