# 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 = "async-zeroconf" version = "0.2.2" authors = ["Alex Beharrell "] description = "Async library for wrapping Zeroconf implemenations for use with Tokio" homepage = "https://github.com/martiansoup/async-zeroconf-rs" documentation = "https://docs.rs/async-zeroconf" readme = "README.md" keywords = ["async", "tokio", "zeroconf", "dnssd", "bonjour"] categories = ["network-programming", "asynchronous", "os::macos-apis"] license = "MIT OR Apache-2.0" repository = "https://github.com/martiansoup/async-zeroconf-rs" [dependencies.bonjour-sys] version = "0.1.0" [dependencies.futures] version = "0.3.16" [dependencies.futures-core] version = "0.3.16" [dependencies.libc] version = "0.2.98" [dependencies.log] version = "0.4.14" [dependencies.tokio] version = "1.8.1" features = ["macros", "net", "sync", "time", "rt"] [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.tokio] version = "1.8.1" features = ["rt-multi-thread"] [dev-dependencies.tokio-stream] version = "0.1" [dev-dependencies.tokio-test] version = "0.4.2"