# 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 = "swamp-asset-reader" version = "0.0.9" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "reads assets async on multiple platforms" readme = "README.md" keywords = [ "game", "loading", "async", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/piot/swamp-render" [lib] name = "swamp_asset_reader" path = "src/lib.rs" [[test]] name = "assets" path = "tests/assets.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.tracing] version = "0.1.40" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio] version = "1.41.1" features = ["full"] [target.'cfg(target_arch = "wasm32")'.dependencies.js-sys] version = "0.3.72" [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen] version = "0.2.95" [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures] version = "0.4.45" [target.'cfg(target_arch = "wasm32")'.dependencies.web-sys] version = "0.3.72" features = [ "Window", "WorkerGlobalScope", "Response", "Request", "RequestInit", "RequestMode", "Blob", "console", ]