[package] name = "nomos-da-network-core" version = "0.1.0" edition = "2021" [dependencies] libp2p = { version = "0.53" } futures = "0.3" tracing = "0.1" indexmap = "2.2" subnetworks-assignations = { path = "../subnetworks-assignations" } nomos-da-messages = { path = "../messages" } tracing-subscriber = "0.3.18" void = "1.0.2" either = "1.13.0" log = "0.4" [dev-dependencies] tokio = { version = "1.39", features = ["macros", "rt-multi-thread", "time"] } libp2p = { version = "0.53", features = ["ed25519", "ping", "macros", "tokio", "quic"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] }