# 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 = "ws-sdk" version = "0.1.17" description = "A Rust SDK for writing Webassembly for W3bstream." homepage = "https://w3bstream.com/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/machinefi/w3bstream-wasm-rust-sdk" [package.metadata.docs.rs] features = ["crypto"] all-features = true [dependencies.anyhow] version = "1.0.69" [dependencies.base64] version = "0.21.0" [dependencies.ecdsa] version = "0.16.6" [dependencies.hex] version = "0.4.3" [dependencies.k256] version = "0.13.1" optional = true [dependencies.p256] version = "0.13.1" optional = true [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.serde_with] version = "2.0.1" [features] crypto = [ "k256", "p256", ]