[package] description = "Rust http server using JSONRPC 2.0." homepage = "https://github.com/solana-labs/jsonrpc" repository = "https://github.com/solana-labs/jsonrpc" license = "MIT" name = "solana-jsonrpc-http-server" version = "0.4.0" authors = ["Solana Labs "] keywords = ["jsonrpc", "json-rpc", "json", "rpc", "server"] documentation = "https://paritytech.github.io/jsonrpc/jsonrpc_http_server/index.html" [dependencies] hyper = "0.12" solana-jsonrpc-core = { version = "0.4.0", path = "../core" } solana-jsonrpc-server-utils = { version = "0.4.0", path = "../server-utils" } log = "0.4" net2 = "0.2" unicase = "2.0" [badges] travis-ci = { repository = "solana-labs/jsonrpc", branch = "solana-0.4"}