# 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" rust-version = "1.75.0" name = "auto-palette-wasm" version = "0.5.0" authors = ["Tatsuya Maki "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "🎨 A WebAssembly binding for auto-palette, allowing it to automatically extract color palettes from images." homepage = "https://github.com/t28hub/auto-palette" readme = "README.md" keywords = [ "palette", "color", "image", "color-palette", "webassembly", ] categories = [ "wasm", "multimedia::images", "graphics", "algorithms", ] license = "MIT" repository = "https://github.com/t28hub/auto-palette" [lib] name = "auto_palette_wasm" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.auto-palette] version = "0.5.0" features = ["wasm"] default-features = false [dependencies.console_error_panic_hook] version = "0.1.7" [dependencies.js-sys] version = "0.3.69" [dependencies.wasm-bindgen] version = "0.2.92" [dev-dependencies.image] version = "0.25.1" [dev-dependencies.rstest] version = "0.22.0" [dev-dependencies.wasm-bindgen-test] version = "0.3.42"