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 wheneverpenumbra-sdk-stake
is added without
somewhere in the dependency tree.default-features = false - 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.