# 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 = "dioxus-websocket-hooks" version = "0.0.2" authors = ["Rasmus Lövegren "] description = "Dioxus hooks for websocket connections" license = "MIT/Apache-2.0" repository = "https://github.com/FruitieX/dioxus-websocket-hooks" [dependencies.async-rwlock] version = "1.3.0" [dependencies.async-std] version = "1.10.0" [dependencies.dioxus] version = "0.1.7" [dependencies.futures] version = "0.3.8" [dependencies.reqwasm] version = "0.4.0" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.wasm-bindgen] version = "0.2.78" [dependencies.wasm-bindgen-futures] version = "0.4.28" [dependencies.web-sys] version = "0.3.44" features = ["console"] [dev-dependencies.async-rwlock] version = "1.3.0" [dev-dependencies.dioxus] version = "0.1.7" features = ["web"]