# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bevy_blob_loader" version = "0.0.6" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bevy plugin for loading assets from JavaScript blob URLs." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/kayhhh/bevy_blob_loader" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [lib] name = "bevy_blob_loader" path = "src/lib.rs" [dependencies.base64] version = "0.22.0" [dependencies.bevy] version = "0.14.0" [dependencies.js-sys] version = "0.3.66" [dependencies.wasm-bindgen] version = "0.2.92" [dependencies.wasm-bindgen-futures] version = "0.4.39" [dependencies.web-sys] version = "0.3.66" features = [ "Request", "Window", "Response", ]