# 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 = "dioxus-use-request" version = "0.2.0-alpha05" description = "A collection of hooks for Dioxus for performing simple http requests" readme = "README.md" keywords = [ "dioxus", "ui", "hook", "react", "wasm", ] categories = [ "wasm", "gui", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/antoniusnaumann/dioxus-use-request" [dependencies.dioxus] version = "0.2.4" [dependencies.dioxus-use-request-macro] version = "0.2.0-alpha05" optional = true [dependencies.reqwest] version = "0.11.11" features = ["json"] [dependencies.serde] version = "1.0.144" [features] macro = ["dep:dioxus-use-request-macro"]