Cargo Features

penumbra-sdk-proof-params has no features set by default.

[dependencies]
penumbra-sdk-proof-params = { version = "0.82.0-alpha.4", features = ["bundled-proving-keys", "download-proving-keys", "parallel"] }
bundled-proving-keys download-proving-keys?

Affects build::check_proving_key

download-proving-keys = bundled-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?