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
somewhere in the dependency tree.default-features = false - std default
- 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.