@@ -15,21 +15,21 @@ crate-type = ["staticlib"
15
15
," cdylib" ]
16
16
17
17
[features ]
18
- no-std = [" bitcoin/no-std " , " lightning/no-std" , " lightning-invoice/no-std " , " lightning-background-processor/no-std " , " core2 " ]
19
- std = [" bitcoin/std" , " lightning/std" , " lightning-invoice/std" , " lightning-background-processor/std" ]
18
+ no-std = [" lightning/no-std" ]
19
+ std = [" bitcoin/std" , " lightning/std" , " lightning-invoice/std" , " lightning-background-processor/std" , " lightning-rapid-gossip-sync/std " ]
20
20
21
21
[dependencies ]
22
- bitcoin = { version = " 0.30" , default-features = false }
23
- secp256k1 = { version = " 0.27" , features = [" global-context" , " recovery" ] }
22
+ bitcoin = { version = " 0.32" , default-features = false }
23
+ bech32 = { version = " 0.9" , default-features = false }
24
+ secp256k1 = { version = " 0.29" , features = [" global-context" , " recovery" ] }
24
25
# Note that the following line is matched by genbindings to update the path
25
26
lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , branch = " 0.0.123-bindings" , default-features = false }
27
+ lightning-types = { git = " https://github.com/lightningdevkit/rust-lightning" , branch = " 0.0.123-bindings" , default-features = false }
26
28
lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , branch = " 0.0.123-bindings" , default-features = false }
27
29
lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , branch = " 0.0.123-bindings" , default-features = false }
28
30
lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , branch = " 0.0.123-bindings" , default-features = false }
29
31
lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , branch = " 0.0.123-bindings" , default-features = false }
30
32
31
- core2 = { version = " 0.3.0" , optional = true , default-features = false }
32
-
33
33
# Always force panic=abort, further options are set in the genbindings.sh build script
34
34
[profile .dev ]
35
35
panic = " abort"
0 commit comments