iota/communities/Cargo.toml
Rasensprenger fbb8e62e71
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
Update Rust crate hkdf to 0.13.0
2026-08-20 19:01:08 +03:00

33 lines
772 B
TOML

[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.13.0"
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.6", 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 = "*" }