OMs: fix panic sending to a two-hop blinded route where we are the intro node
[rust-lightning] / lightning-rapid-gossip-sync / Cargo.toml
index 7767094479c72d9c1be74ae0a43d6df72667f707..4dec0aa85784ea318c7c5e591a21a62f05668a83 100644 (file)
@@ -10,10 +10,13 @@ Utility to process gossip routing data from Rapid Gossip Sync Server.
 """
 
 [features]
+default = ["std"]
+no-std = ["lightning/no-std"]
+std = ["lightning/std"]
 _bench_unstable = []
 
 [dependencies]
-lightning = { version = "0.0.111", path = "../lightning" }
+lightning = { version = "0.0.111", path = "../lightning", default-features = false }
 bitcoin = { version = "0.29.0", default-features = false }
 
 [dev-dependencies]