Cargo Features

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

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

std default

Enables std of ark-ff ^0.4.2

component default = cnidarium, cnidarium-component, tonic

Enables server and transport of ibc-proto, component of penumbra-sdk-ibc, cnidarium of penumbra-sdk-proto, component of penumbra-sdk-sct

Affects penumbra-sdk-shielded-pool::component

parallel = tonic

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

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
tonic component parallel?