hikari-theme 0.2.2

Theme system with SCSS/CSS variable generation 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.2.2"
authors = ["langyo <langyo.china@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Theme system with SCSS/CSS variable generation for the Hikari design system"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/celestia-island/hikari"
resolver = "2"

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

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

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

[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"
default-features = false