Cargo Features

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

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

std default

Enables std of ibc-types

component default = cnidarium

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

Affects penumbra-sdk-ibc::component

rpc

Enables tonic, client and server of ibc-proto

Affects component::rpc

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