# 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-web3-sys" version = "0.1.1" description = "Rust `wasm_bindgen` bindings for Solana `web3.js` API" readme = "README.md" keywords = [ "wasm", "solana", "web3", ] categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/solana-kaizen/solana-web3-sys" [dependencies.base64] version = "0.13.0" [dependencies.bs58] version = "0.4.0" [dependencies.cfg-if] version = "1.0.0" [dependencies.js-sys] version = "0.3.61" [dependencies.solana-program] version = "1.15.1" [dependencies.solana-sdk] version = "1.15.1" [dependencies.thiserror] version = "1.0.38" [dependencies.wasm-bindgen] version = "0.2.84" [dependencies.wasm-bindgen-futures] version = "0.4.34" [dependencies.workflow-log] version = "0.3.12" [features] default = ["init"] init = []