squawkbox 0.1.4

DLC contract communication over nostr.
Documentation
[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.17", path = "../dlcdevkit/ddk", features = ["nostr"] }
# ddk-manager = { version = "0.7.5", path = "../dlcdevkit/ddk-manager" }
ddk = { version = "0.0.18", features = ["nostr"] }
ddk-manager = "0.7.6"
# ddk = { version = "0.0.17", git = "https://github.com/bennyhodl/dlcdevkit", branch = "master", features = ["postgres", "nostr"]}
# ddk-manager = { version = "0.7.5", git = "https://github.com/bennyhodl/dlcdevkit", branch = "master" }
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"