[package] name = "music-player-discovery" version = "0.1.3" edition = "2021" repository = "https://github.com/tsirysndr/music-player" license = "MIT" authors = ["Tsiry Sandratraina "] description = "Discovery for the music player" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies.music-player-settings] path = "../settings" version = "0.1.3" [dependencies] env_logger = "0.9.1" futures-util = "0.3.24" libmdns = "0.7.2" mdns = "3.0.0" tokio = { version = "1.21.2", features = ["full"] } owo-colors = "3.5.0" mdns-sd = "0.5.8" async-stream = "0.3.3"