# 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_web_asset" version = "0.9.0" authors = ["Johan Helsing "] description = "Implementations for http(s) asset sources for Bevy" readme = "README.md" keywords = [ "gamedev", "networking", "wasm", "bevy", ] categories = [ "network-programming", "game-development", "wasm", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/johanhelsing/bevy_web_asset" [dependencies.bevy] version = "0.14" features = ["bevy_asset"] default-features = false [dependencies.pin-project] version = "1.1.5" [dev-dependencies.bevy] version = "0.14" features = [ "bevy_asset", "bevy_core_pipeline", "bevy_sprite", "png", "webgl2", "x11", ] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.surf] version = "2.3" features = ["h1-client-rustls"] default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3" default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.67" default-features = false