# 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" name = "libmdns" version = "0.9.1" authors = ["Will Stott "] description = "mDNS Responder library for building discoverable LAN services in Rust" readme = "README.md" license = "MIT" repository = "https://github.com/librespot-org/libmdns" [dependencies.byteorder] version = "1.5" [dependencies.futures-util] version = "0.3" [dependencies.hostname] version = "0.4.0" [dependencies.if-addrs] version = "0.12.0" features = ["link-local"] [dependencies.log] version = "0.4" [dependencies.multimap] version = "0.10.0" [dependencies.rand] version = "0.8" [dependencies.socket2] version = "0.5" features = ["all"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0" features = [ "sync", "net", "rt", ] [dev-dependencies.env_logger] version = "0.10.2" features = [ "color", "humantime", "auto-color", ] default-features = false