[badges.maintenance]
status = "actively-developed"
[dependencies.futures-util]
default-features = false
version = "0.3.21"
[dependencies.js-sys]
optional = true
version = "0.3.59"
[dependencies.stdweb]
optional = true
version = "0.4.20"
[dependencies.wasm-bindgen]
optional = true
version = "0.2.82"
[features]
web-sys = ["web_sys", "js-sys", "wasm-bindgen"]
[package]
authors = ["Ryan Goldstein <ryanisaacg@gmail.com>"]
categories = ["filesystem"]
description = "Load files on web and desktop asynchronously"
edition = "2021"
keywords = ["async", "file"]
license = "MIT OR Apache-2.0 OR Zlib"
name = "platter2"
readme = "README.md"
repository = "https://github.com/Nazariglez/platter2"
resolver = "2"
version = "0.1.5"
[target."cfg(target_arch = \"wasm32\")".dependencies.web_sys]
features = ["XmlHttpRequest", "XmlHttpRequestEventTarget", "XmlHttpRequestResponseType"]
optional = true
package = "web-sys"
version = "0.3.59"