Cargo Features

penumbra-sdk-bench has no features set by default.

[dependencies]
penumbra-sdk-bench = { version = "0.82.0-alpha.0", features = ["download-proving-keys", "parallel"] }
download-proving-keys = hex, regex, reqwest, serde_json, sha2
parallel

Enables parallel of ark-ff ^0.4.2, ark-groth16 ^0.4.0, ark-r1cs-std ^0.4.0, ark-std ^0.4, and decaf377

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

sha2 build download-proving-keys?
regex build download-proving-keys?
reqwest build download-proving-keys?
serde_json build download-proving-keys?
hex build download-proving-keys?