[package] name = "async-bridge" version = "0.1.0" authors = ["Parity Technologies "] edition = "2018" [dependencies] ansi_term = "0.9" async-std = "1.0.1" async-stream = "0.2.0" clap = { version = "2.33.0", features = ["yaml"] } codec = { package = "parity-scale-codec", version = "1.0.0" } env_logger = "0.7.0" frame-system = { git = "https://github.com/svyatonik/substrate.git", branch = "bridge_runtime" } futures = "0.3.1" jsonrpsee-core = { git = "https://github.com/paritytech/jsonrpsee.git" } jsonrpsee-http = { git = "https://github.com/paritytech/jsonrpsee.git" } linked-hash-map = "0.5.2" log = "0.4.8" node-primitives = { git = "https://github.com/svyatonik/substrate.git", branch = "bridge_runtime" } node-runtime = { git = "https://github.com/svyatonik/substrate.git", branch = "bridge_runtime" } pallet-transaction-payment = { git = "https://github.com/svyatonik/substrate.git", branch = "bridge_runtime" } parking_lot = "0.9.0" rustc-hex = "2.0.1" serde = { version = "1.0.40", features = ["derive"] } serde_json = "1.0.40" sp-bridge-eth-poa = { git = "https://github.com/svyatonik/substrate.git", branch = "bridge_runtime" } sp-core = { git = "https://github.com/svyatonik/substrate.git", branch = "bridge_runtime" } sp-keyring = { git = "https://github.com/svyatonik/substrate.git", branch = "bridge_runtime" } sp-runtime = { git = "https://github.com/svyatonik/substrate.git", branch = "bridge_runtime" } time = "0.1" web3 = { git = "https://github.com/svyatonik/rust-web3.git", branch = "fix_receipt" }