diff --git a/sunscreen/Cargo.toml b/sunscreen/Cargo.toml index 2ede7d0d3..cb103f237 100644 --- a/sunscreen/Cargo.toml +++ b/sunscreen/Cargo.toml @@ -21,6 +21,10 @@ readme = "crates-io.md" [package.metadata.playground] features = ["bulletproofs"] +# Build docs.rs with these features +[package.metadata.docs.rs] +features = ["bulletproofs"] + [dependencies] bumpalo = { workspace = true } crypto-bigint = { workspace = true }