Cargo Features
pdao-beacon-chain-common has no features set by default.
[dependencies]
pdao-beacon-chain-common = { version = "0.1.0", features = ["polkadot", "near", "cosmos"] }
- polkadot = scale, scale-info
- near = borsh
- cosmos = schemars
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.
- borsh near?
-
Enables borsh ^0.9.3
- scale polkadot?
-
Enables parity-scale-codec
- scale-info polkadot?
- schemars cosmos?