Ensure we build if a downstream crate sets `--cfg=fuzzing`
[rust-lightning] / lightning-transaction-sync / src / lib.rs
index 791490d9dfcf2b90f8bfceae99b6ed31304ba23a..ca3ce3f8ad68d5280c2c611fbe2eaab0f81e1bb0 100644 (file)
@@ -7,12 +7,14 @@
 //!
 //! ## Features and Backend Support
 //!
-//!- `esplora_blocking` enables syncing against an Esplora backend based on a blocking client.
-//!- `esplora_async` enables syncing against an Esplora backend based on an async client.
+//!- `esplora-blocking` enables syncing against an Esplora backend based on a blocking client.
+//!- `esplora-async` enables syncing against an Esplora backend based on an async client.
+//!- `esplora-async-https` enables the async Esplora client with support for HTTPS.
 //!
 //! ## Version Compatibility
 //!
-//! Currently this crate is compatible with nodes that were created with LDK version 0.0.113 and above.
+//! Currently this crate is compatible with LDK version 0.0.114 and above using channels which were
+//! created on LDK version 0.0.113 and above.
 //!
 //! ## Usage Example:
 //!