hikari-builder 0.3.10

Build-time helpers for the Hikari design system (icon generation, SCSS processing)
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 = "2024"
name = "hikari-builder"
version = "0.3.10"
authors = ["Hikari Contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build-time helpers for the Hikari design system (icon generation, SCSS processing)"
readme = "README.md"
keywords = [
    "build-tools",
    "icons",
    "scss",
    "design-system",
    "code-generation",
]
categories = ["development-tools::build-utils"]
license-file = "LICENSE"
repository = "https://github.com/celestia-island/hikari"
resolver = "2"

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

[dependencies.anyhow]
version = "^1.0"

[dependencies.lightningcss]
version = "^1.0.0-alpha.68"

[dependencies.quick-xml]
version = "^0.35"
features = ["serialize"]

[dependencies.regex]
version = "^1"

[dependencies.serde]
version = "^1"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "^1.0"

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

[build-dependencies.grass]
version = "^0.13"