# 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 = "webrtc-mdns" version = "0.7.0" authors = ["Rain Liu "] description = "A pure Rust implementation of mDNS" homepage = "https://webrtc.rs" documentation = "https://docs.rs/webrtc-mdns" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/webrtc-rs/mdns" [[example]] name = "mdns_query" path = "examples/mdns_query.rs" bench = false [[example]] name = "mdns_server" path = "examples/mdns_server.rs" bench = false [[example]] name = "mdns_server_query" path = "examples/mdns_server_query.rs" bench = false [dependencies.log] version = "0.4" [dependencies.socket2] version = "0.5" features = ["all"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.32.0" features = [ "fs", "io-util", "io-std", "macros", "net", "parking_lot", "rt", "rt-multi-thread", "sync", "time", ] [dependencies.util] version = "0.9.0" features = ["ifaces"] default-features = false package = "webrtc-util" [dev-dependencies.chrono] version = "0.4.28" [dev-dependencies.clap] version = "3" [dev-dependencies.env_logger] version = "0.10" [features] default = ["reuse_port"] reuse_port = []