Cargo Features
pdao-colony-contract-common has no features set by default.
[dependencies]
pdao-colony-contract-common = { version = "0.1.2", features = ["polkadot", "near", "cosmos"] }
- polkadot = scale, scale-info
-
Enables polkadot of pdao-beacon-chain-common
- near = borsh
-
Enables near of pdao-beacon-chain-common
- 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?