# 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 = "awsm_loaders" version = "0.0.1" authors = ["David Komer"] description = "Wrappers around web_sys primitives for easier loading" homepage = "https://github.com/dakom/web_sys_loaders" documentation = "https://docs.rs/web_sys_loaders/0.0.1/web_sys_loaders/" readme = "README.md" keywords = ["xhr", "fetch"] categories = ["web_sys", "loader"] license = "MIT" repository = "https://github.com/dakom/web_sys_loaders" [profile.release] opt-level = "s" lto = true [lib] crate-type = ["cdylib", "rlib"] [dependencies.futures] version = "0.1.26" [dependencies.js-sys] version = "0.3.20" [dependencies.wasm-bindgen] version = "0.2.43" [dependencies.web-sys] version = "0.3.20" features = ["XmlHttpRequest", "Document", "HtmlElement", "HtmlImageElement", "Url", "Window", "Location", "console"]