[dependencies.ahash]
default-features = false
version = "0.8.11"
[dependencies.images]
optional = true
package = "image"
version = "0.25.2"
[dependencies.indexmap]
default-features = false
version = "2.3.0"
[dependencies.libm]
optional = true
version = "0.2.8"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.205"
[dev-dependencies.float-cmp]
version = "0.9"
[dev-dependencies.reqwest]
version = "0.12.5"
[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1.39.2"
[features]
default = ["std"]
image = ["dep:images"]
libm = ["dep:libm"]
serde = ["dep:serde"]
std = ["serde/std", "indexmap/std", "ahash/std", "ahash/runtime-rng"]
[lib]
name = "material_colors"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["graphics", "no-std"]
description = "Up-to-date material-color-utilities port"
documentation = "https://docs.rs/material-colors"
edition = "2021"
homepage = "https://github.com/Aiving/material-colors"
keywords = ["no_std", "palette", "color-scheme", "material-you"]
license = "MIT OR Apache-2.0"
name = "material-colors"
readme = "README.md"
repository = "https://github.com/Aiving/material-colors.git"
rust-version = "1.63.0"
version = "0.4.2"
[profile.dev]
opt-level = 1
[profile.release]
opt-level = 3
[[test]]
name = "theme"
path = "tests/theme.rs"
[[test]]
name = "image"
path = "tests/image.rs"