Generate docs with features for docs.rs
[rust-lightning] / lightning-persister / Cargo.toml
index 79ffeeeb281ad1e28ef190212c5185b56225f4a3..cb056a60fad39cc74af417bc353827826941527f 100644 (file)
@@ -8,6 +8,10 @@ description = """
 Utilities to manage Rust-Lightning channel data persistence and retrieval.
 """
 
+[package.metadata.docs.rs]
+all-features = true
+rustdoc-args = ["--cfg", "docsrs"]
+
 [features]
 _bench_unstable = ["lightning/_bench_unstable"]