Add `no-std` support for RGS
[rust-lightning] / lightning-rapid-gossip-sync / Cargo.toml
index 7767094479c72d9c1be74ae0a43d6df72667f707..2fa598dc1a22c11be6c84e4938d7fba6be4b98d9 100644 (file)
@@ -10,6 +10,9 @@ 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]