Cargo Features

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

These default features are set whenever penumbra-sdk-governance is added without default-features = false somewhere in the dependency tree.

std default

Enables std of ark-ff ^0.4.2 and ibc-types

component default = cnidarium, cnidarium-component, tokio, tonic

Enables cnidarium of penumbra-sdk-proto, component of penumbra-sdk-sct and penumbra-sdk-stake

Affects penumbra-sdk-governance::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.

cnidarium component
cnidarium-component component
tokio component
tonic component