[package] name = "jsonrpsee-wasm-client" version = "0.15.1" authors = ["Parity Technologies ", "Pierre Krieger "] description = "WASM client for JSON-RPC" edition = "2021" license = "MIT" repository = "https://github.com/paritytech/jsonrpsee" homepage = "https://github.com/paritytech/jsonrpsee" documentation = "https://docs.rs/jsonrpsee-ws-client" [dependencies] jsonrpsee-types = { path = "../../types", version = "0.15.1" } jsonrpsee-client-transport = { path = "../transport", version = "0.15.1", features = ["web"] } jsonrpsee-core = { path = "../../core", version = "0.15.1", features = ["async-wasm-client"] } [dev-dependencies] tracing-subscriber = { version = "0.3.3", features = ["env-filter"] } jsonrpsee-test-utils = { path = "../../test-utils" } tokio = { version = "1", features = ["macros"] } serde_json = "1"