[package] name = "substrate-rpc-servers" version = "0.1.0" authors = ["Parity Technologies "] [dependencies] jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc.git" } jsonrpc-http-server = { git = "https://github.com/paritytech/jsonrpc.git" } jsonrpc-pubsub = { git = "https://github.com/paritytech/jsonrpc.git" } jsonrpc-ws-server = { git = "https://github.com/paritytech/jsonrpc.git" } log = "0.3" serde = "1.0" substrate-rpc = { path = "../rpc", version = "0.1" } sr-primitives = { path = "../sr-primitives" }