blinc_theme 0.1.14

Theming system for Blinc UI framework - colors, typography, and design tokens
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 = "2021"
rust-version = "1.75"
name = "blinc_theme"
version = "0.1.14"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Theming system for Blinc UI framework - colors, typography, and design tokens"
documentation = "https://docs.rs/blinc_theme"
readme = "README.md"
keywords = [
    "ui",
    "gui",
    "theme",
    "design",
    "blinc",
]
categories = ["gui"]
license = "Apache-2.0"
repository = "https://github.com/project-blinc/Blinc"

[features]
default = []
platform-macos = [
    "objc2",
    "objc2-foundation",
]
watcher = []

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

[dependencies.blinc_animation]
version = "0.1.14"

[dependencies.blinc_core]
version = "0.1.14"

[dependencies.rustc-hash]
version = "2.0"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6.3"
optional = true

[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
version = "0.3.2"
features = [
    "NSBundle",
    "NSString",
    "NSPathUtilities",
]
optional = true