# 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" name = "solana-client-wasm" version = "1.18.0" authors = ["Acheron "] description = "Solana non-blocking WASM RPC client." homepage = "https://beta.solpg.io" readme = "README.md" keywords = [ "solana", "wasm", "client", "rpc", "playground", ] license = "Apache-2.0" repository = "https://github.com/solana-playground/solana-playground" resolver = "1" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.13" [dependencies.bincode] version = "1.3" [dependencies.bs58] version = "0.4" [dependencies.clap] version = "3.1.18" [dependencies.futures] version = "0.3" [dependencies.js-sys] version = "0.3.65" optional = true [dependencies.reqwest] version = "0.11.9" features = ["json"] [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.solana-extra-wasm] version = "=1.18.0" [dependencies.solana-sdk] version = "~1.18" [dependencies.thiserror] version = "1" [dependencies.wasm-bindgen] version = "0.2.88" optional = true [dependencies.wasm-bindgen-futures] version = "0.4.38" optional = true [dependencies.web-sys] version = "0.3.65" features = [ "MessageEvent", "WebSocket", ] optional = true [dev-dependencies.wasm-bindgen-test] version = "0.3.38" [features] pubsub = [ "js-sys", "web-sys", "wasm-bindgen", "wasm-bindgen-futures", ]