[package] name = "jsonrpsee-ws-client" version = "0.2.0-alpha.7" 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" async-tls = "0.11" fnv = "1" futures = { version = "0.3.14", default-features = false, features = ["std"] } jsonrpsee-types = { path = "../types", version = "0.2.0-alpha.7" } log = "0.4" serde = "1" serde_json = "1" soketto = "0.5" pin-project = "1" thiserror = "1" url = "2" webpki = { version = "0.22", features = ["std"] } rustls = "0.19.1" rustls-native-certs = "0.5.0" [dev-dependencies] env_logger = "0.8" jsonrpsee-test-utils = { path = "../test-utils" } tokio = { version = "1", features = ["full"] }