[package] description = "Rust http server using JSONRPC 2.0." homepage = "https://github.com/susytech/s-jsonrpc" repository = "https://github.com/susytech/s-jsonrpc" license = "MIT" name = "rs-jsonrpc-http-server" version = "8.0.0" authors = ["debris "] keywords = ["jsonrpc", "json-rpc", "json", "rpc", "server"] documentation = "https://susytech.github.io/jsonrpc/rs_jsonrpc_http_server/index.html" [dependencies] hyper = "0.11" rs-jsonrpc-core = { version = "8.0", path = "../core" } rs-jsonrpc-server-utils = { version = "8.0", path = "../server-utils" } log = "0.3" net2 = "0.2" unicase = "2.0" [badges] travis-ci = { repository = "susytech/s-jsonrpc", branch = "master"}