[package] authors = ["Susy Technologies "] description = "Transport agnostic JSON-RPC 2.0 client implementation." documentation = "https://docs.rs/susydev-jsonrpc-client/" edition = "2018" homepage = "https://github.com/susytech/jsonrpc" keywords = ["jsonrpc", "json-rpc", "json", "rpc", "serde"] license = "MIT" name = "susydev-jsonrpc-client" repository = "https://github.com/susytech/jsonrpc" version = "11.0.0" categories = [ "asynchronous", "network-programming", "web-programming::http-client", "web-programming::http-server", "web-programming::websocket", ] [dependencies] failure = "0.1" futures = "~0.1.6" susydev-jsonrpc-core = { version = "11.0", path = "../core" } log = "0.4" serde_json = "1.0" [dev-dependencies] serde = "1.0" tokio = "0.1" [badges] travis-ci = { repository = "susytech/jsonrpc", branch = "master"}