euma 2.0.2

Euma, a color and design theme
Documentation
[package]
name = "euma"
version = "2.0.2"
edition = "2024"
authors = [
   "Leonhard Maier <git@39z.de>",
]
license = "MIT"
readme = "README.md"
repository = "https://codeberg.org/39zde/euma.git"
description = "Euma, a color and design theme"
homepage = "https://39zde.codeberg.page/euma/@main/.codeberg/webpage/dist/index.html"
keywords = [
   "theme",
   "colors",
   "design-tokens",
]
exclude = [
   "scripts/",
]

[lib]
name = "euma"
path = "src/lib.rs"
crate-type = [
   "lib",
]
doc = true
test = true

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 1

[dependencies]
serde = { version = "1.0", features = ["derive"] }