gloo-file 0.3.0

Convenience crate for working with JavaScript files and blobs
Documentation
[dependencies.futures-channel]
optional = true
version = "0.3"

[dependencies.gloo-events]
version = "0.2"

[dependencies.js-sys]
version = "0.3.31"

[dependencies.mime]
optional = true
version = "0.3.13"

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.web-sys]
features = ["Blob", "File", "FileList", "FileReader", "HtmlInputElement", "BlobPropertyBag", "FilePropertyBag", "DomException", "Url"]
version = "0.3.31"
[dev-dependencies.chrono]
features = ["wasmbind"]
version = "0.4.10"

[dev-dependencies.futures_rs]
package = "futures"
version = "0.3"

[dev-dependencies.wasm-bindgen-futures]
version = "0.4"

[dev-dependencies.wasm-bindgen-test]
version = "0.3.4"

[dev-dependencies.web-sys]
features = ["Window", "Response"]
version = "0.3.31"

[features]
default = []
futures = ["futures-channel"]

[package]
authors = ["Rust and WebAssembly Working Group"]
categories = ["api-bindings", "asynchronous", "wasm"]
description = "Convenience crate for working with JavaScript files and blobs"
edition = "2021"
homepage = "https://github.com/rustwasm/gloo"
license = "MIT OR Apache-2.0"
name = "gloo-file"
readme = "README.md"
repository = "https://github.com/rustwasm/gloo/tree/master/crates/file"
rust-version = "1.64"
version = "0.3.0"
[package.metadata.docs.rs]
features = ["futures"]