[package] name = "jsonrpsee-ws-client" version = "0.2.0-alpha.6" authors = ["Parity Technologies ", "Pierre Krieger "] description = "WebSocket client for JSON-RPC" edition = "2018" license = "MIT" repository = "https://github.com/paritytech/jsonrpsee" homepage = "https://github.com/paritytech/jsonrpsee" documentation = "https://docs.rs/jsonrpsee-ws-client" [dependencies] async-trait = "0.1" async-std = "1.9" async-tls = "0.11" fnv = "1" futures = { version = "0.3", default-features = false, features = ["std"] } jsonrpsee-types = { path = "../types", version = "0.2.0-alpha.6" } log = "0.4" serde = "1" serde_json = "1" soketto = "0.4" pin-project = "1" thiserror = "1" url = "2" webpki = { version = "0.22", features = ["std"] } [dev-dependencies] env_logger = "0.8" jsonrpsee-test-utils = { path = "../test-utils" } tokio = { version = "1", features = ["full"] }