[package] description = "Transport agnostic rust implementation of JSON-RPC 2.0 Specification." homepage = "https://github.com/solana-labs/jsonrpc" repository = "https://github.com/solana-labs/jsonrpc" license = "MIT" name = "solana-jsonrpc-core" version = "0.4.0" authors = ["Solana Labs "] keywords = ["jsonrpc", "json-rpc", "json", "rpc", "serde"] documentation = "https://paritytech.github.io/jsonrpc/jsonrpc_core/index.html" 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 = "solana-labs/jsonrpc", branch = "solana-0.4"}