# 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 = "simple-mdns" version = "0.6.2" authors = ["Ilson Roberto Balliego Junior "] description = "Rust implementation of mDNS for service discovering (DNS-SD)" readme = "README.md" keywords = [ "dns", "dns-sd", "mdns", "service-discovery", "zeroconf", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/balliegojr/simple-dns" [package.metadata.docs.rs] all-features = true [dependencies.log] version = "^0.4" [dependencies.radix_trie] version = "^0.2.1" [dependencies.simple-dns] version = "0.7" [dependencies.socket2] version = "0.5" features = ["all"] [dependencies.tokio] version = "1.32" features = [ "net", "sync", "rt", "time", "macros", ] optional = true default-features = false [dev-dependencies.stderrlog] version = "0.6" [dev-dependencies.tokio] version = "1.32" features = ["full"] [features] async-tokio = ["dep:tokio"] default = [] sync = []