@@ -20,6 +20,7 @@ bitcoin = { version = "0.29.2", default-features = false, features = ["std", "se
2020bdk = { version = " =1.0.0-alpha.1" }
2121bdk_esplora = { version = " =0.3.0" , default-features = false , features = [" std" , " async-https" ] }
2222bdk_chain = { version = " =0.5.0" , features = [" std" ] }
23+ bdk_coin_select = " 0.1.1"
2324bdk-macros = " 0.6.0"
2425getrandom = { version = " 0.2" }
2526itertools = " 0.11.0"
@@ -38,8 +39,8 @@ futures-util = { version = "0.3", default-features = false }
3839reqwest = { version = " 0.11" , default-features = false , features = [" json" ] }
3940async-trait = " 0.1.68"
4041url = { version = " 2.3.1" , features = [" serde" ] }
41- nostr = { version = " 0.24 .0" , default-features = false , features = [" nip47" ] }
42- nostr-sdk = { version = " 0.24 .0" , default-features = false }
42+ nostr = { version = " 0.26 .0" , default-features = false , features = [" nip47" ] }
43+ nostr-sdk = { version = " 0.26 .0" , default-features = false }
4344cbc = { version = " 0.1" , features = [" alloc" ] }
4445aes = { version = " 0.8" }
4546jwt-compact = { version = " 0.8.0-beta.1" , features = [" es256k" ] }
@@ -67,6 +68,11 @@ futures = "0.3.25"
6768thiserror = " 1.0"
6869anyhow = " 1.0"
6970
71+ dlc = { git = " https://github.com/benthecarman/rust-dlc" , branch = " mutiny" , features = [" use-serde" ] }
72+ dlc-manager = { git = " https://github.com/benthecarman/rust-dlc" , branch = " mutiny" , features = [" use-serde" ] }
73+ dlc-messages = { git = " https://github.com/benthecarman/rust-dlc" , branch = " mutiny" , features = [ " use-serde" ] }
74+ dlc-trie = { git = " https://github.com/benthecarman/rust-dlc" , branch = " mutiny" , features = [" use-serde" ] }
75+
7076[dev-dependencies ]
7177wasm-bindgen-test = " 0.3.33"
7278mockall = " 0.11.2"
0 commit comments