# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "darwinia-bridge-primitives" version = "0.3.3" authors = ["clearloop "] include = ["src/**/*", "Cargo.toml", "./README.md"] description = "Darwinia bridge primitives" homepage = "https://github.com/darwinia-network/bridger/tree/master/primitives" documentation = "https://docs.rs/darwinia-bridge-primitives" readme = "./README.md" keywords = ["blockchain"] license = "GPL-3.0" repository = "https://github.com/darwinia-network/bridger" [package.metadata.docs.rs] all-features = true [dependencies.async-trait] version = "0.1.40" optional = true [dependencies.codec] version = "1" features = ["derive"] package = "parity-scale-codec" [dependencies.frame-support] version = "2.0.0" optional = true [dependencies.pallet-im-online] version = "2.0.0" optional = true [dependencies.pallet-indices] version = "2.0.0" optional = true [dependencies.reqwest] version = "0.10" features = ["json"] optional = true [dependencies.rlp] version = "0.4.4" package = "rlp" [dependencies.serde] version = "1" features = ["derive"] package = "serde" [dependencies.serde_json] version = "1.0" optional = true [dependencies.substrate-subxt] version = "0.13.0" optional = true [dependencies.substrate-subxt-proc-macro] version = "0.13.0" optional = true [dependencies.thiserror] version = "1.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"]