[package] name = "hurrycurry-discover" version = "2.1.0" edition = "2021" [dependencies] mdns-sd = "0.11.4" env_logger = "0.11.5" log = "0.4.22" anyhow = "1.0.89" hyper = { version = "1.4.1", default-features = false, features = [ "server", "http1", ] } tokio = { version = "1.40.0", features = ["full"] } http-body-util = "0.1" hyper-util = { version = "0.1", features = ["full"] } hurrycurry-protocol = { path = "../protocol" } serde_json = "1.0.128"