[package] name = "communities" version = "0.1.0" edition = "2024" [dependencies] mtp = { git = "https://git.methanium.net/Methanium/mtp.git" } iota-util = { path = "../iota-util" } aes-gcm = "0.10.3" async-trait = "0.1.89" base64 = "0.22.1" futures = "*" hkdf = "0.12.4" hyper = { version = "1.8.1", features = [ "capi", "client", "full", "http1", "http2", "nightly", "server", ] } hyper-util = { version = "*" } json = "*" once_cell = "1.21.3" rand = "0.8" rand_core = { version = "0.10", features = ["getrandom", "std"] } sha2 = "0.11.0" tokio = { version = "1.50.0", features = ["full"] } tokio-tungstenite = { version = "*", features = ["native-tls"] } tungstenite = "*" uuid = { version = "*", features = ["v4"] } x448 = { version = "*" }