@@ -25,18 +25,17 @@ license = "Apache-2.0"
25
25
[workspace .dependencies ]
26
26
amplify = " 4.6.0"
27
27
baid58 = " 0.4.4"
28
- bitcoin = " 0.31.1"
29
28
commit_verify = " 0.11.0-beta.4"
30
29
strict_encoding = " 2.7.0-beta.1"
31
30
strict_types = " 2.7.0-beta.2"
32
31
bp-core = " 0.11.0-beta.4"
32
+ bp-electrum = " 0.11.0-beta.5"
33
33
bp-seals = " 0.11.0-beta.4"
34
34
bp-std = " 0.11.0-beta.4"
35
35
bp-wallet = " 0.11.0-beta.4"
36
36
bp-util = " 0.11.0-beta.4"
37
37
bp-esplora = " 0.11.0-beta.4"
38
38
descriptors = " 0.11.0-beta.4"
39
- electrum-client = " 0.19.0"
40
39
psbt = { version = " 0.11.0-beta.4" , features = [" client-side-validation" ] }
41
40
rgb-std = { version = " 0.11.0-beta.4" , features = [" fs" ] }
42
41
rgb-psbt = { version = " 0.11.0-beta.4" , path = " psbt" }
@@ -68,15 +67,14 @@ crate-type = ["cdylib", "rlib"]
68
67
[dependencies ]
69
68
amplify = { workspace = true }
70
69
baid58 = { workspace = true }
71
- bitcoin = { workspace = true , optional = true }
70
+ bp-electrum = { workspace = true , optional = true }
72
71
commit_verify = { workspace = true }
73
72
strict_types = { workspace = true }
74
73
bp-core = { workspace = true }
75
74
bp-std = { workspace = true }
76
75
bp-wallet = { workspace = true , features = [" fs" ] }
77
76
bp-esplora = { workspace = true , optional = true }
78
77
descriptors = { workspace = true }
79
- electrum-client = { workspace = true , optional = true }
80
78
rgb-std = { workspace = true }
81
79
rgb-psbt = { workspace = true }
82
80
rgb-persist-fs = { version = " 0.11.0" , path = " fs" }
@@ -91,18 +89,13 @@ log = { workspace = true, optional = true }
91
89
default = [" esplora_blocking" ]
92
90
all = [" esplora_blocking" , " electrum" , " serde" , " log" ]
93
91
esplora_blocking = [" bp-esplora" , " bp-wallet/esplora" ]
94
- electrum = [" electrum-client " , " bitcoin " ]
92
+ electrum = [" bp-electrum " ]
95
93
serde = [" serde_crate" , " serde_with" , " serde_yaml" , " bp-std/serde" , " bp-wallet/serde" , " descriptors/serde" , " rgb-psbt/serde" ]
96
94
97
95
[package .metadata .docs .rs ]
98
96
features = [" all" ]
99
97
100
98
[patch .crates-io ]
101
- commit_verify = { git = " https://github.com/LNP-BP/client_side_validation" , branch = " master" }
102
- bp-consensus = { git = " https://github.com/BP-WG/bp-core" , branch = " master" }
103
- bp-dbc = { git = " https://github.com/BP-WG/bp-core" , branch = " master" }
104
- bp-seals = { git = " https://github.com/BP-WG/bp-core" , branch = " master" }
105
- bp-core = { git = " https://github.com/BP-WG/bp-core" , branch = " master" }
106
99
bp-util = { git = " https://github.com/BP-WG/bp-wallet" , branch = " master" }
107
100
bp-wallet = { git = " https://github.com/BP-WG/bp-wallet" , branch = " master" }
108
101
rgb-core = { git = " https://github.com/RGB-WG/rgb-core" , branch = " master" }
0 commit comments