# 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 = "hashira-wasm" version = "0.0.2-alpha" description = "WASM adapter for hashira" readme = "README.md" keywords = [ "yew", "ssr", "wasm", "node", "deno", ] license = "MIT" repository = "https://github.com/Neo-Ciber94/hashira" [dependencies.console_error_panic_hook] version = "0.1" [dependencies.futures] version = "0.3.28" [dependencies.hashira] version = "0.0.2-alpha" [dependencies.js-sys] version = "0.3.58" [dependencies.log] version = "0.4.17" [dependencies.serde-wasm-bindgen] version = "0.5.0" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.wasm-streams] version = "0.3.0" [dependencies.web-sys] version = "0.3" features = [ "Headers", "Request", "Response", "ResponseInit", ]