mcu-scheme 0.2.2

Color scheme variants (TonalSpot, Vibrant, Expressive, etc.)
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 = "2021"
name = "mcu-scheme"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Color scheme variants (TonalSpot, Vibrant, Expressive, etc.)"
homepage = "https://github.com/5ocworkshop"
readme = false
keywords = [
    "material",
    "color",
    "hct",
    "palette",
    "design",
]
categories = [
    "graphics",
    "rendering",
]
license = "Apache-2.0"
repository = "https://github.com/5ocworkshop"

[lib]
name = "mcu_scheme"
path = "src/lib.rs"

[dependencies.mcu-dynamiccolor]
version = "0.2.2"

[dependencies.mcu-hct]
version = "0.2"

[dependencies.mcu-palettes]
version = "0.2"

[dev-dependencies.approx]
version = "0.5"