jsonrpsee-http-client 0.6.0

HTTP client for JSON-RPC
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.fnv]
version = "1"

[dependencies.hyper]
features = ["client", "http1", "http2", "tcp"]
version = "0.14.10"

[dependencies.hyper-rustls]
features = ["webpki-tokio"]
version = "0.23"

[dependencies.jsonrpsee-types]
version = "0.6.0"

[dependencies.jsonrpsee-utils]
features = ["client", "http-helpers"]
version = "0.6.0"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["time"]
version = "1.8"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.2"
[dev-dependencies.tokio]
features = ["net", "rt-multi-thread", "macros"]
version = "1.8"

[package]
authors = ["Parity Technologies <admin@parity.io>", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "HTTP client for JSON-RPC"
documentation = "https://docs.rs/jsonrpsee-http-client"
edition = "2018"
homepage = "https://github.com/paritytech/jsonrpsee"
license = "MIT"
name = "jsonrpsee-http-client"
repository = "https://github.com/paritytech/jsonrpsee"
resolver = "2"
version = "0.6.0"