# 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 = "fetchy" version = "0.2.2" include = [ "/src/**", "/examples/**", "/README.md", ] description = "Async HTTPS fetch API built on pasts." homepage = "https://github.com/ardaku/fetchy/blob/stable/CHANGELOG.md" documentation = "https://docs.rs/fetchy" readme = "README.md" keywords = [ "futures", "fetch", "pasts", "io", "net", ] categories = [ "asynchronous", "wasm", "hardware-support", "os", "web-programming::http-client", ] license = "Apache-2.0 OR BSL-1.0 OR MIT" repository = "https://github.com/ardaku/fetchy" [package.metadata.docs.rs] features = ["web"] [dependencies.js-sys] version = "0.3" optional = true [dependencies.pasts] version = "0.14" [dependencies.wasm-bindgen] version = "0.2" optional = true [dependencies.wasm-bindgen-futures] version = "0.4" optional = true [dependencies.web-sys] version = "0.3" features = [ "Blob", "console", "Headers", "ReadableStream", "Response", "Request", "RequestInit", "Window", ] optional = true [features] default = [] web = [ "pasts/web", "dep:web-sys", "dep:wasm-bindgen-futures", "dep:wasm-bindgen", "dep:js-sys", ]