# 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 = "2018" name = "wasm-sockets" version = "1.0.0" authors = ["scratchyone "] description = "A WASM-only websocket library" readme = "Readme.md" categories = [ "game-development", "network-programming", "wasm", "web-programming::websocket", ] license = "MIT" repository = "https://github.com/scratchyone/wasm-sockets" [package.metadata.docs.rs] targets = ["wasm32-unknown-unknown"] [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.log] version = "0.4.11" [dependencies.thiserror] version = "1.0.22" [dev-dependencies.console_error_panic_hook] version = "0.1.6" [dev-dependencies.console_log] version = "0.2.0" [dev-dependencies.wasm-bindgen-futures] version = "0.4.19" [dev-dependencies.wasm-bindgen-test] version = "0.3" [dev-dependencies.web-sys] version = "0.3.22" features = ["Window"] [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.22" features = [ "BinaryType", "Blob", "CloseEvent", "ErrorEvent", "FileReader", "MessageEvent", "ProgressEvent", "WebSocket", ]