Cargo Features

darwinia-bridge-primitives has no features set by default.

[dependencies]
darwinia-bridge-primitives = { version = "0.3.3", features = ["rpc", "runtime"] }
rpc = async-trait, reqwest, serde_json
runtime = frame-support, pallet-im-online, pallet-indices, substrate-subxt, substrate-subxt-proc-macro

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

async-trait rpc?

Enables async-trait

Optional featrues

frame-support runtime?

Enables frame-support ^2.0.0

pallet-indices runtime?

Enables pallet-indices ^2.0.0

pallet-im-online runtime?

Enables pallet-im-online ^2.0.0

reqwest rpc?

Enables reqwest ^0.10

serde_json rpc?
substrate-subxt runtime?

Enables substrate-subxt ^0.13.0

substrate-subxt-proc-macro runtime?

Enables substrate-subxt-proc-macro ^0.13.0