pawkit-net-http 0.1.20

A cross platform wrapper for HTTP requests
Documentation
# 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 = "2024"
name = "pawkit-net-http"
version = "0.1.20"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cross platform wrapper for HTTP requests"
homepage = "https://teamvulpine.com"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/TeamVulpine/PawKit/tree/main/net/http"
resolver = "2"

[lib]
name = "pawkit_net_http"
path = "src/lib.rs"

[dependencies]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.reqwest]
version = "0.13.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2.116"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4.66"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3.93"
features = [
    "BinaryType",
    "Blob",
    "ErrorEvent",
    "FileReader",
    "MessageEvent",
    "ProgressEvent",
    "WebSocket",
    "IdbFactory",
    "IdbDatabase",
    "IdbTransaction",
    "IdbObjectStore",
    "IdbOpenDbRequest",
    "IdbRequest",
    "IdbCursorWithValue",
    "Window",
    "Response",
]