gwk-theme 0.0.2

The SIGNAL design tokens: one data-only source of truth for site, TUI, and generated TypeScript
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"
rust-version = "1.94"
name = "gwk-theme"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The SIGNAL design tokens: one data-only source of truth for site, TUI, and generated TypeScript"
homepage = "https://gridwork.dev"
readme = "README.md"
keywords = [
    "gridwork",
    "theme",
    "design-tokens",
    "palette",
    "tui",
]
categories = [
    "development-tools",
    "command-line-interface",
]
license = "Apache-2.0"
repository = "https://github.com/GridWork-dev/gridwork"

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

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

[dependencies.specta]
version = "=2.0.0-rc.25"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1"

[lints.clippy]
unwrap_used = "deny"

[lints.rust]
unsafe_code = "forbid"
unsafe_op_in_unsafe_fn = "deny"