# 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 = "mio_gloo_file" version = "0.1.1" authors = ["Rust and WebAssembly Working Group"] description = "Convenience crate for working with JavaScript files and blobs" homepage = "https://github.com/rustwasm/gloo" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/rustwasm/gloo/tree/master/crates/file" [dependencies.futures-channel] version = "0.3" optional = true [dependencies.gloo-events] version = "0.1" [dependencies.js-sys] version = "0.3.31" [dependencies.mime] version = "0.3.13" optional = true [dependencies.wasm-bindgen] version = "0.2.54" [dependencies.web-sys] version = "0.3.31" features = ["Blob", "File", "FileList", "FileReader", "HtmlInputElement", "BlobPropertyBag", "FilePropertyBag", "DomException"] [dev-dependencies.chrono] version = "0.4.10" features = ["wasmbind"] [dev-dependencies.futures_rs] version = "0.3" package = "futures" [dev-dependencies.wasm-bindgen-test] version = "0.3.4" [features] default = [] futures = ["futures-channel"]