# 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 = "wasm-web-helpers" version = "0.2.0" authors = [ "Alexander Mescheryakov ", "Noogen Team ", ] description = "The helper suite for WebAssembly web clients" readme = "README.md" keywords = [ "noogen", "web", "helpers", "http", "websocket", ] categories = [ "web-programming", "wasm", ] license = "MIT" repository = "https://github.com/noogen-projects/wasm-web-helpers" resolver = "2" [dependencies.futures-channel] version = "0.3" [dependencies.futures-util] version = "0.3" features = ["sink"] [dependencies.gloo-utils] version = "0.1" [dependencies.reqwasm] version = "0.5" [dependencies.serde] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4"