# 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-client-transport" version = "0.24.7" authors = [ "Parity Technologies ", "Pierre Krieger ", ] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "JSON-RPC client transports" 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_client_transport" path = "src/lib.rs" [dependencies.base64] version = "0.22" features = ["alloc"] optional = true default-features = false [dependencies.futures-util] version = "0.3.14" features = ["alloc"] optional = true default-features = false [dependencies.http] version = "1" optional = true [dependencies.jsonrpsee-core] version = "0.24.7" features = ["client"] [dependencies.pin-project] version = "1" optional = true [dependencies.rustls] version = "0.23" optional = true default-features = false [dependencies.rustls-pki-types] version = "1" optional = true [dependencies.rustls-platform-verifier] version = "0.3.1" optional = true [dependencies.soketto] version = "0.8" optional = true [dependencies.thiserror] version = "1" optional = true [dependencies.tokio] version = "1.23.1" features = [ "net", "time", "macros", ] optional = true [dependencies.tokio-rustls] version = "0.26" features = [ "logging", "tls12", "ring", ] optional = true default-features = false [dependencies.tokio-util] version = "0.7" features = ["compat"] optional = true [dependencies.tracing] version = "0.1.34" [dependencies.url] version = "2.4.0" optional = true [features] tls = [ "rustls", "tokio-rustls", "rustls-pki-types", ] tls-rustls-platform-verifier = [ "tls", "rustls-platform-verifier", ] web = [ "gloo-net", "futures-channel", "futures-util", "thiserror", ] ws = [ "base64", "futures-util", "http", "tokio", "tokio-util", "soketto", "pin-project", "thiserror", "url", ] [target.'cfg(target_arch = "wasm32")'.dependencies.futures-channel] version = "0.3.14" optional = true default-features = false [target.'cfg(target_arch = "wasm32")'.dependencies.gloo-net] version = "0.6.0" features = [ "json", "websocket", ] optional = true default-features = false