Cargo Features

[dependencies]
penumbra-sdk-stake = { version = "0.82.0-alpha.0", default-features = false, features = ["component", "parallel", "docsrs"] }
default = component

The component feature is set by default whenever penumbra-sdk-stake is added without default-features = false somewhere in the dependency tree.

component default = async-stream, async-trait, cnidarium, cnidarium-component, futures, im, metrics, tokio, tonic

Enables component of penumbra-sdk-distributions, cnidarium and rpc of penumbra-sdk-proto, component of penumbra-sdk-sct and penumbra-sdk-shielded-pool

Affects penumbra-sdk-stake::component

parallel

Enables parallel of ark-ff ^0.4.2, ark-groth16 ^0.4.0, ark-r1cs-std ^0.4.0, decaf377, decaf377-rdsa, and penumbra-sdk-tct

docsrs

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.

async-stream component
async-trait component
cnidarium component
cnidarium-component component
futures component
im component
metrics component
tokio component
tonic component