Cargo.toml 969 B
Newer Older
[package]
name = "jsonrpsee-ws-client"
version = "0.2.0-alpha.7"
authors = ["Parity Technologies <[email protected]>", "Pierre Krieger <[email protected]>"]
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-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_json = "1"
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]
jsonrpsee-test-utils = { path = "../test-utils" }
tokio = { version = "1", features = ["full"] }