darwinia-bridge-primitives 0.1.3

Darwinia bridge primitives
[dependencies.async-trait]
optional = true
version = "0.1.40"

[dependencies.codec]
features = ["derive"]
package = "parity-scale-codec"
version = "1"

[dependencies.frame-support]
optional = true
version = "2.0.0"

[dependencies.pallet-im-online]
optional = true
version = "2.0.0"

[dependencies.pallet-indices]
optional = true
version = "2.0.0"

[dependencies.reqwest]
features = ["json"]
optional = true
version = "0.10"

[dependencies.rlp]
version = "0.4.5"

[dependencies.serde]
features = ["derive"]
package = "serde"
version = "1"

[dependencies.serde_json]
optional = true
version = "1.0"

[dependencies.substrate-subxt]
optional = true
version = "0.13.0"

[dependencies.substrate-subxt-proc-macro]
optional = true
version = "0.13.0"

[dependencies.uint]
version = "0.8.5"

[features]
default = []
rpc = ["async-trait", "reqwest", "serde_json"]
runtime = ["substrate-subxt", "substrate-subxt-proc-macro", "frame-support", "pallet-indices", "pallet-im-online"]

[package]
authors = ["clearloop <udtrokia@gmail.com>"]
description = "Darwinia bridge primitives"
documentation = "https://docs.rs/darwinia-bridge-primitives"
edition = "2018"
homepage = "https://github.com/darwinia-network/bridger/tree/master/primitives"
include = ["src/**/*", "Cargo.toml", "./README.md"]
keywords = ["blockchain"]
license = "GPL-3.0"
name = "darwinia-bridge-primitives"
readme = "./README.md"
repository = "https://github.com/darwinia-network/bridger"
version = "0.1.3"
[package.metadata.docs.rs]
all-features = true