# 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-api-hook" version = "0.3.0" authors = ["Mara Schulke "] description = """ Use asynchronous api requests in conjunction with yew's suspense feature """ homepage = "https://github.com/mara214/yew-api-hook" readme = "README.md" keywords = [ "yew", "asynchronous", "hooks", "api", "wasm", ] categories = [ "gui", "network-programming", "wasm", "web-programming", ] license = "MIT" repository = "https://github.com/mara214/yew-api-hook.git" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.yew] version = "0.20" [dependencies.yew-hooks] version = "0.2" [dependencies.yewdux] version = "0.9" optional = true [features] cache = ["yewdux"]