[package] name = "jsonrpsee-ws-client" version = "0.6.0" 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" fnv = "1" futures = { version = "0.3.14", default-features = false, features = ["std"] } http = "0.2" jsonrpsee-types = { path = "../types", version = "0.6.0" } pin-project = "1" rustls-native-certs = "0.6.0" serde = "1" serde_json = "1" soketto = "0.7.1" thiserror = "1" tokio = { version = "1.8", features = ["net", "time", "rt-multi-thread", "macros"] } tokio-rustls = "0.23" tokio-util = { version = "0.6", features = ["compat"] } tracing = "0.1" webpki-roots = "0.22.0" [dev-dependencies] env_logger = "0.9" jsonrpsee-test-utils = { path = "../test-utils" } jsonrpsee-utils = { path = "../utils", features = ["client"] } tokio = { version = "1.8", features = ["macros"] }