[package] name = "substrate-bridge" version = "0.1.0" authors = ["Parity Technologies "] edition = "2018" [dependencies] async-std = "1.0.1" clap = "2.3.3" ctrlc = "3.1.3" derive_more = "0.99.1" env_logger = "0.7.1" futures = "0.3.1" jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee", features = ["ws"] } log = "0.4.8" node-primitives = { version = "2.0.0", git = "https://github.com/paritytech/substrate" } serde_json = "1.0.41" sp-core = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git" } sp-rpc = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git" } url = "2.1.0"