jsonrpsee-wasm-client 0.24.7

JSON-RPC WASM client
Documentation
[lib]
name = "jsonrpsee_wasm_client"
path = "src/lib.rs"

[package]
authors = ["Parity Technologies <admin@parity.io>", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "JSON-RPC WASM client"
documentation = "https://docs.rs/jsonrpsee"
edition = "2021"
homepage = "https://www.parity.io/"
keywords = ["jsonrpc", "json", "http", "websocket", "WASM"]
license = "MIT"
name = "jsonrpsee-wasm-client"
publish = true
readme = "README.md"
repository = "https://github.com/paritytech/jsonrpsee"
rust-version = "1.74.1"
version = "0.24.7"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["wasm32-unknown-unknown"]

[package.metadata.playground]
all-features = true

[target.'cfg(target_arch = "wasm32")'.dependencies.jsonrpsee-client-transport]
features = ["web"]
version = "0.24.7"

[target.'cfg(target_arch = "wasm32")'.dependencies.jsonrpsee-core]
features = ["async-wasm-client"]
version = "0.24.7"

[target.'cfg(target_arch = "wasm32")'.dependencies.jsonrpsee-types]
version = "0.24.7"