bezel-theme 0.1.8

Design tokens for gpui — an environment-driven theme with designed light and dark palettes
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.85"
name = "bezel-theme"
version = "0.1.8"
authors = ["clearloop <tianyi.gc@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Design tokens for gpui — an environment-driven theme with designed light and dark palettes"
homepage = "https://github.com/crabtalk/bezel"
readme = "README.md"
keywords = [
    "gpui",
    "gui",
    "ui",
    "components",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/crabtalk/bezel"
resolver = "2"

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

[[test]]
name = "appearance"
path = "tests/appearance.rs"

[[test]]
name = "theme"
path = "tests/theme.rs"

[dependencies.gpui]
version = "0.3.9"
package = "bezel-gpui"

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

[dependencies.tracing]
version = "0.1"

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

[target.'cfg(target_os = "macos")'.dependencies.objc]
version = "0.2"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(feature, values("cargo-clippy"))']