gpui-box-kit-theme 0.1.1

GPUI adapter for GPUI Box Kit semantic 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 = "2024"
rust-version = "1.97"
name = "gpui-box-kit-theme"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPUI adapter for GPUI Box Kit semantic design tokens"
readme = false
license = "MIT"
repository = "https://github.com/fran0220/gpui-box"

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

[dependencies.gpui]
version = "0.1.1"
package = "gpui-box"

[dependencies.gpui-kit-tokens]
version = "0.1.1"
package = "gpui-box-kit-tokens"

[dev-dependencies.serde_json]
version = "1.0.144"
features = [
    "preserve_order",
    "raw_value",
]

[lints.clippy]
dbg_macro = "deny"
todo = "warn"
unwrap_used = "warn"

[lints.rust]
unsafe_op_in_unsafe_fn = "deny"

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