# 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 = "platter" version = "0.1.4" authors = ["Ryan Goldstein "] description = "Load files on web and desktop asynchronously" readme = "README.md" keywords = ["async", "file"] categories = ["filesystem"] license = "MIT OR Apache-2.0 OR Zlib" repository = "https://github.com/ryanisaacg/platter" [dependencies.futures-util] version = "0.3.0" default-features = false [dependencies.js-sys] version = "0.3.25" optional = true [dependencies.stdweb] version = "0.4.18" optional = true [dependencies.wasm-bindgen] version = "0.2.48" optional = true [features] web-sys = ["web_sys", "js-sys", "wasm-bindgen"] [target."cfg(target_arch = \"wasm32\")".dependencies.web_sys] version = "0.3.24" features = ["XmlHttpRequest", "XmlHttpRequestEventTarget", "XmlHttpRequestResponseType"] optional = true package = "web-sys" [badges.maintenance] status = "actively-developed"