Cargo Features
[dependencies]
penumbra-sdk-transaction = { version = "0.82.0-alpha.0", default-features = false, features = ["std", "parallel", "download-proving-keys"] }
- default = parallel, std
-
These default features are set whenever
penumbra-sdk-transaction
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of ark-ff ^0.4.2 and ibc-types
- parallel default = tokio
-
Enables parallel of penumbra-sdk-auction, penumbra-sdk-dex, penumbra-sdk-governance, penumbra-sdk-shielded-pool, and penumbra-sdk-stake
- download-proving-keys
-
Enables download-proving-keys of penumbra-sdk-proof-params
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.