# 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 = "async-dnssd" version = "0.5.1" authors = ["Stefan Bühler "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Asynchronous wrapper for DNS-SD C libraries" homepage = "https://github.com/stbuehler/rust-async-dnssd" documentation = "https://stbuehler.github.io/rustdocs/async-dnssd/async_dnssd/" readme = "README.md" keywords = [ "dnssd", "dns-sd", "mdns", "network", "async", ] license = "MIT" repository = "https://github.com/stbuehler/rust-async-dnssd" [lib] name = "async_dnssd" path = "src/lib.rs" [[example]] name = "browse" path = "examples/browse.rs" [[example]] name = "enumerate-domains" path = "examples/enumerate-domains.rs" [[example]] name = "register" path = "examples/register.rs" [dependencies.bitflags] version = "1.0.4" [dependencies.futures-channel] version = "0.3.1" [dependencies.futures-core] version = "0.3.1" [dependencies.futures-util] version = "0.3.1" features = ["std"] default-features = false [dependencies.libc] version = "0.2.65" [dependencies.log] version = "0.4.8" [dependencies.pin-utils] version = "0.1.0" [dependencies.tokio] version = "1.1" features = [ "time", "rt", "net", "sync", ] [dev-dependencies.futures] version = "0.3.1" [dev-dependencies.tokio] version = "1.1" features = ["macros"] [build-dependencies.pkg-config] version = "0.3.9" [target."cfg(windows)".dependencies.futures-executor] version = "0.3.1" [target."cfg(windows)".dependencies.winapi] version = "0.3.6" features = ["winsock2"]