# 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 = "reqwasm" version = "0.5.0" authors = ["Hamza "] exclude = [".idea"] description = "HTTP requests library for WASM Apps" readme = "README.md" keywords = ["requests", "http", "wasm", "websockets"] categories = ["wasm", "web-programming::http-client", "api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/hamza1311/reqwasm" [package.metadata.docs.rs] all-features = true [dependencies.gloo-net] version = "0.1.0" [features] default = ["json", "websocket", "http"] http = ["gloo-net/http"] json = ["gloo-net/json"] websocket = ["gloo-net/websocket"]