[package] name = "nomos-services" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-trait = "0.1" bytes = "1.2" overwatch-rs = { git = "https://github.com/logos-co/Overwatch", branch = "main" } multiaddr = "0.15" serde = "1.0" sled = { version = "0.34", optional = true } tokio = { version = "1", features = ["sync"] } thiserror = "1.0" tracing = "0.1" waku = { git = "https://github.com/waku-org/waku-rust-bindings" } tracing-appender = "0.2" tracing-subscriber = { version = "0.3", features = ["json"] } tracing-gelf = "0.7" futures = "0.3" [dev-dependencies] tempfile = "3.3" tokio = { version = "1", features = ["sync", "macros", "time"] } [features] default = [] mock = [] sled-backend = ["sled"]