# 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 = "2021" name = "zeroconf-tokio" version = "0.2.0" authors = ["Walker Crouse "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "zeroconf-tokio is a Tokio-based wrapper around the zeroconf crate, which provides mDNS service discovery and registration capabilities." readme = "README.md" keywords = [ "zeroconf", "mdns", "avahi", "bonjour", "dnssd", ] categories = [ "asynchronous", "network-programming", ] license-file = "LICENSE" repository = "https://github.com/windy1/zeroconf-tokio" [lib] name = "zeroconf_tokio" path = "src/lib.rs" [dependencies.log] version = "0.4.22" [dependencies.tokio] version = "1.39.1" features = [ "rt", "sync", "macros", "rt-multi-thread", ] [dependencies.tokio-util] version = "0.7.11" [dependencies.zeroconf] version = "0.15.0" [dev-dependencies.ntest] version = "0.9.3"