# 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 = "2018" name = "quad-wasmnastics" version = "0.3.0" description = "Utilities that do the gymnastics required to make advanced Macroquad work on wasm." keywords = ["gamedev", "wasm", "web", "miniquad"] categories = ["game-development", "wasm"] license = "MIT" repository = "https://github.com/gamma-delta/quad-wasmnastics" [package.metadata.docs.rs] all-features = true [dependencies.anyhow] version = "1.0.40" [dependencies.base64] version = "0.13.0" [dependencies.flate2] version = "1.0.20" [dependencies.paste] version = "1.0.6" [dev-dependencies.macroquad] version = "0.3.5" [dev-dependencies.serde] version = "1.0.126" [dev-dependencies.serde_json] version = "1.0.64" [features] serde_wrapper = ["serde", "serde_json"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.copypasta] version = "0.7.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.dirs] version = "3.0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.sapp-jsutils] version = "0.1.5" [target."cfg(target_arch = \"wasm32\")".dependencies.serde] version = "1.0.126" optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.serde_json] version = "1.0.64" optional = true