hikari-theme 0.3.2

Theme context provider, CSS variables, and SCSS compilation for the Hikari design system
# 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 = "hikari-theme"
version = "0.3.2"
authors = ["Hikari Contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Theme context provider, CSS variables, and SCSS compilation for the Hikari design system"
readme = "README.md"
license-file = "LICENSE"
resolver = "2"

[features]
default = ["scss"]
scss = []

[lib]
name = "hikari_theme"
path = "src/lib.rs"
doctest = false

[dependencies.hikari-palette]
version = "^0.3"

[dependencies.tairitsu-hooks]
version = "^0.5"

[dependencies.tairitsu-macros]
version = "^0.5"

[dependencies.tairitsu-vdom]
version = "^0.5"

[build-dependencies.anyhow]
version = "^1"

[build-dependencies.tairitsu-packager]
version = "^0.5"