[package] name = "web-server" version = "0.1.0" edition = "2024" [dependencies] mtp = { git = "https://git.methanium.net/Methanium/mtp.git", features = ["web-server"] } bytes = "1" http = "1" iota-state = { path = "../iota-state" } iota-util = { path = "../iota-util" } iota-logger = { path = "../iota-logger" } tokio = { version = "1.50.0", features = ["full"] }