diff --git a/client/Cargo.toml b/client/Cargo.toml index 47a5b74..58c58e4 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -17,6 +17,10 @@ edition = "2021" rust-version = "1.56.1" exclude = ["tests", "contrib"] +[package.metadata.docs.rs] +all-features = true +rustdoc-args = ["--cfg", "docsrs"] + [features] # Enable this feature to get a blocking JSON-RPC client. client-sync = ["jsonrpc"]