# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wasm_request" version = "0.1.1" authors = ["Francisco Jesus Navarro Cortes "] description = "Create http request with rustwasm saving boilerplate" homepage = "https://github.com/dancespiele/wasm_request" documentation = "https://docs.rs/crate/wasm_request" readme = "README.md" categories = ["wasm", "web-programming::http-client", "network-programming", "asynchronous"] license = "MIT" repository = "https://github.com/dancespiele/wasm_request" [package.metadata.docs.rs] all-features = true default-target = "wasm32-unknown-unknown" [lib] crate-type = ["cdylib", "rlib"] [dependencies.failure] version = "0.1" [dependencies.js-sys] version = "0.3" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.wasm-bindgen] version = "0.2" features = ["serde-serialize"] [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.wasm-bindgen-test] version = "0.3" [dependencies.web-sys] version = "0.3" features = ["Navigator", "FormData", "Window", "Headers", "Request", "RequestInit", "RequestMode", "Response", "Storage"]