# 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 = "webpixels" version = "0.4.1" authors = ["charlesrocket"] description = "Libmosh for WebAssembly" readme = "README.md" keywords = ["glitch"] categories = [ "multimedia::images", "wasm", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/charlesrocket/webpixels" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.console_error_panic_hook] version = "0.1" optional = true [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.pixelmosh] version = "3.1" default-features = false [dependencies.png] version = "0.17" [dependencies.wasm-bindgen] version = "0.2" [dev-dependencies.wasm-bindgen-test] version = "0.3" [features] default = ["console_error_panic_hook"]