# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.74.1" name = "jsonrpsee-ws-client" version = "0.24.7" authors = [ "Parity Technologies ", "Pierre Krieger ", ] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "JSON-RPC websocket client" homepage = "https://www.parity.io/" documentation = "https://docs.rs/jsonrpsee" readme = "README.md" keywords = [ "jsonrpc", "json", "http", "websocket", "WASM", ] license = "MIT" repository = "https://github.com/paritytech/jsonrpsee" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [package.metadata.playground] all-features = true [lib] name = "jsonrpsee_ws_client" path = "src/lib.rs" [dependencies.http] version = "1" [dependencies.jsonrpsee-client-transport] version = "0.24.7" features = ["ws"] [dependencies.jsonrpsee-core] version = "0.24.7" features = ["async-client"] [dependencies.jsonrpsee-types] version = "0.24.7" [dependencies.url] version = "2.4.0" [dev-dependencies.rustls] version = "0.23.7" features = [ "logging", "std", "tls12", "ring", ] default-features = false [dev-dependencies.serde] version = "1" [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1.23.1" features = ["macros"] [dev-dependencies.tracing-subscriber] version = "0.3.3" features = ["env-filter"] [features] default = ["tls-rustls-platform-verifier"] tls = ["jsonrpsee-client-transport/tls"] tls-rustls-platform-verifier = [ "jsonrpsee-client-transport/tls-rustls-platform-verifier", "tls", ]