swatchthis 0.2.0

Colour swatch extraction from images using k-means clustering
Documentation
# 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 = "2024"
name = "swatchthis"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Colour swatch extraction from images using k-means clustering"
homepage = "https://github.com/OwenElliottDev/swatchthis"
readme = "README.md"
keywords = [
    "color",
    "palette",
    "kmeans",
    "image",
    "wasm",
]
categories = [
    "graphics",
    "multimedia::images",
    "wasm",
]
license = "MIT"
repository = "https://github.com/OwenElliottDev/swatchthis"

[package.metadata.wasm-pack.profile.release]
wasm-opt = false

[features]
wasm = ["dep:wasm-bindgen"]

[lib]
name = "swatchthis"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

[profile.release]
lto = true
codegen-units = 1
strip = true