# 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 = "webrtc-rs-mdns" version = "0.2.2" authors = ["Rain Liu "] description = "A pure Rust implementation of mDNS" homepage = "https://webrtc.rs" documentation = "https://docs.rs/webrtc-rs-mdns" license = "MIT" 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.ifaces] version = "0.1.0" [dependencies.lazy_static] version = "1.3.0" [dependencies.log] version = "0.4" [dependencies.socket2] version = "^0.3" features = ["reuseport"] [dependencies.tokio] version = "^1.0" features = ["full"] [dependencies.util] version = "0.1.2" package = "webrtc-rs-util" [dev-dependencies.chrono] version = "0.4.19" [dev-dependencies.clap] version = "2" [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.signal-hook] version = "0.3.2"