[package]
name = "squawkbox"
authors = ["benny b <ben@bitcoinbay.foundation>"]
version = "0.1.4"
edition = "2024"
description = "DLC contract communication over nostr."
license = "MIT"
[dependencies]
anyhow = "1.0.98"
async-trait = "0.1.88"
bitcoin = "0.32.5"
ddk = { version = "0.0.18", features = ["nostr"] }
ddk-manager = "0.7.6"
dlc = "0.7.1"
dlc-messages = "0.7.1"
nostr = "0.40.0"
nostr-relay-pool = "0.40.1"
nostr-sdk = "0.40.0"
serde = { version = "1.0.219", features = ["derive"] }
tokio = "1.44.2"
tracing = "0.1.41"