[package] description = "Rust http server using JSONRPC 2.0." license = "MIT" name = "bitconch-jsonrpc-http-server" version = "0.1.0" authors = ["Bitconch Core Dev"] keywords = ["jsonrpc", "json-rpc", "json", "rpc", "server"] documentation = "https://paritytech.github.io/jsonrpc/jsonrpc_http_server/index.html" [dependencies] hyper = "0.12" bitconch-jsonrpc-core = "0.1.0" bitconch-jsonrpc-server-utils = "0.1.0" log = "0.4" net2 = "0.2" unicase = "2.0"