Update bitcoin crate to 0.29.0
[rust-lightning] / lightning-rapid-gossip-sync / Cargo.toml
1 [package]
2 name = "lightning-rapid-gossip-sync"
3 version = "0.0.110"
4 authors = ["Arik Sosman <git@arik.io>"]
5 license = "MIT OR Apache-2.0"
6 repository = "https://github.com/lightningdevkit/rust-lightning"
7 edition = "2018"
8 description = """
9 Utility to process gossip routing data from Rapid Gossip Sync Server.
10 """
11
12 [features]
13 _bench_unstable = []
14
15 [dependencies]
16 lightning = { version = "0.0.110", path = "../lightning" }
17 bitcoin = { version = "0.29.0", default-features = false }
18
19 [dev-dependencies]
20 lightning = { version = "0.0.110", path = "../lightning", features = ["_test_utils"] }