# 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 = "wallet-adapter" version = "1.0.4-beta" authors = ["448-OG "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Solana Wallet Adapter for Rust clients written in pure Rust" homepage = "https://github.com/JamiiDao" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/JamiiDao/SolanaWalletAdapter" [lib] name = "wallet_adapter" path = "src/lib.rs" [dependencies.blake3] version = "1.5.1" default-features = false [dependencies.bs58] version = "0.5.1" [dependencies.ed25519-dalek] version = "2.1.1" features = ["signature"] default-features = false [dependencies.getrandom] version = "0.2.15" features = ["js"] [dependencies.humantime] version = "2.1.0" [dependencies.js-sys] version = "0.3.76" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [dependencies.thiserror] version = "2.0.3" [dependencies.wasm-bindgen] version = "0.2.99" [dependencies.wasm-bindgen-futures] version = "0.4.7" [dependencies.web-sys] version = "0.3.76" features = [ "Window", "Document", "Event", "EventTarget", "CustomEvent", "CustomEventInit", "Element", "HtmlElement", "Location", "Request", "RequestInit", "RequestMode", "Response", "Headers", "PointerEvent", "Clipboard", "Navigator", "console", ] [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.jzon] version = "0.12.5" [dev-dependencies.serde] version = "1.0.215" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.133" [dev-dependencies.solana-sdk] version = "2.1.2"