[package] authors = ["Susy Technologies "] description = "Transport agnostic rust implementation of JSON-RPC 2.0 Specification." documentation = "https://docs.rs/susydev-jsonrpc-core/" edition = "2018" homepage = "https://github.com/susytech/jsonrpc" keywords = ["jsonrpc", "json-rpc", "json", "rpc", "serde"] license = "MIT" name = "susydev-jsonrpc-core" 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] log = "0.4" futures = "~0.1.6" serde = "1.0" serde_json = "1.0" serde_derive = "1.0" [badges] travis-ci = { repository = "susytech/jsonrpc", branch = "master"}