Cargo Features

[dependencies]
penumbra-sdk-dex = { 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-dex is added without default-features = false somewhere in the dependency tree.

component default = cnidarium, cnidarium-component, metrics-exporter-prometheus, tokio, tonic

Enables component of penumbra-sdk-fee, cnidarium of penumbra-sdk-proto, component of penumbra-sdk-shielded-pool

Affects penumbra-sdk-dex::component

parallel

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
metrics-exporter-prometheus component
tokio component
tonic component