# 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 = "yew-websocket" version = "1.21.0" description = "Rust yew websocket service written with love :)" readme = "README.md" license = "MIT" repository = "https://github.com/security-union/yew-websocket.git" [dependencies.anyhow] version = "1" [dependencies.futures] version = "0.3" [dependencies.gloo] version = "0.8" optional = false [dependencies.gloo-console] version = "0.2" [dependencies.gloo-net] version = "0.2" [dependencies.js-sys] version = "0.3" optional = false [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3" features = [ "AbortController", "AbortSignal", "AnimationEvent", "BinaryType", "Blob", "BlobPropertyBag", "console", "DedicatedWorkerGlobalScope", "Document", "DomTokenList", "DragEvent", "Element", "ErrorEvent", "Event", "EventTarget", "File", "FileList", "FileReader", "FocusEvent", "Headers", "HtmlElement", "HtmlButtonElement", "HtmlInputElement", "HtmlSelectElement", "HtmlTextAreaElement", "InputEvent", "KeyboardEvent", "Location", "MessageEvent", "MouseEvent", "Node", "ObserverCallback", "PointerEvent", "ProgressEvent", "ReferrerPolicy", "Request", "RequestCache", "RequestCredentials", "RequestInit", "RequestMode", "RequestRedirect", "Response", "Storage", "Text", "TouchEvent", "TransitionEvent", "UiEvent", "Url", "WebSocket", "WheelEvent", "Window", "Worker", "WorkerGlobalScope", "WorkerOptions", ] optional = false [dependencies.yew] version = "0.21.0" [dev-dependencies.bincode] version = "1" [dev-dependencies.rmp-serde] version = "1"