# 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" rust-version = "1.63.0" name = "mdns-sd" version = "0.11.5" authors = ["keepsimple "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "mDNS Service Discovery library with no async runtime dependency" documentation = "https://docs.rs/mdns-sd" readme = "README.md" keywords = [ "mdns", "discovery", "service-discovery", "zeroconf", "dns-sd", ] categories = ["network-programming"] license = "Apache-2.0 OR MIT" repository = "https://github.com/keepsimple1/mdns-sd" [lib] name = "mdns_sd" path = "src/lib.rs" [[example]] name = "query" path = "examples/query.rs" [[example]] name = "register" path = "examples/register.rs" [[test]] name = "addr_parse" path = "tests/addr_parse.rs" [[test]] name = "mdns_test" path = "tests/mdns_test.rs" [dependencies.flume] version = "0.11" default-features = false [dependencies.if-addrs] version = "0.13" features = ["link-local"] [dependencies.log] version = "0.4" optional = true [dependencies.polling] version = "2.1" [dependencies.socket2] version = "0.5.5" features = ["all"] [dev-dependencies.env_logger] version = "= 0.10.2" features = ["humantime"] default-features = false [dev-dependencies.fastrand] version = "2.1" [dev-dependencies.humantime] version = "2.1" [dev-dependencies.test-log] version = "= 0.2.14" [dev-dependencies.test-log-macros] version = "= 0.2.14" [features] async = ["flume/async"] default = [ "async", "logging", ] logging = ["log"]