fluorescence 0.1.1

✨ Fluorescence - A library for dominant color extraction and fuzzy graphics processing.
Documentation
[dependencies.lazy_static]
version = "1.4"

[dependencies.rand]
version = "0.9.0"

[dependencies.spin]
version = "0.9"

[lib]
name = "fluorescence"
path = "crates/src/lib.rs"

[package]
authors = ["hanbings@hanbings.io"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "✨ Fluorescence - A library for dominant color extraction and fuzzy graphics processing."
edition = "2024"
keywords = ["image", "kmeans", "color", "blur"]
license = "MIT"
name = "fluorescence"
readme = "README.md"
repository = "https://github.com/hanbings/fluorescence"
version = "0.1.1"