# 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-wasm-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 WASM 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", ] targets = ["wasm32-unknown-unknown"] [package.metadata.playground] all-features = true [lib] name = "jsonrpsee_wasm_client" path = "src/lib.rs" [target.'cfg(target_arch = "wasm32")'.dependencies.jsonrpsee-client-transport] version = "0.24.7" features = ["web"] [target.'cfg(target_arch = "wasm32")'.dependencies.jsonrpsee-core] version = "0.24.7" features = ["async-wasm-client"] [target.'cfg(target_arch = "wasm32")'.dependencies.jsonrpsee-types] version = "0.24.7"