summaryrefslogtreecommitdiff
path: root/server/discover/Cargo.toml
blob: 9bf0ec11b442fe56788eafe8621a3c012377b182 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "hurrycurry-discover"
version = "2.3.5"
edition = "2021"

[dependencies]
mdns-sd = "0.13.9"
env_logger = "0.11.8"
log = "0.4.27"
anyhow = "1.0.98"
hyper = { version = "1.6.0", default-features = false, features = [
    "server",
    "http1",
] }
tokio = { version = "1.45.1", features = ["full"] }
http-body-util = "0.1"
hyper-util = { version = "0.1", features = ["full"] }
hurrycurry-protocol = { path = "../protocol" }
serde_json = "1.0.140"
clap = { version = "4.5.39", features = ["derive"] }