boltz-theme 0.1.0

Theme system for GPUI apps: built-in fallback themes, color palettes, and UI density.
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 = "boltz-theme"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Theme system for GPUI apps: built-in fallback themes, color palettes, and UI density."
readme = false
license = "GPL-3.0-or-later"
repository = "https://github.com/boltz-one/rust-dex"
resolver = "2"

[features]
default = []
test-support = [
    "gpui/test-support",
    "syntax_theme/test-support",
]

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

[dependencies.anyhow]
version = "1.0.86"

[dependencies.collections]
version = "0.1.0"
package = "boltz-collections"

[dependencies.gpui]
version = "0.2.2"
default-features = false
package = "boltz-gpui"

[dependencies.palette]
version = "0.7.5"
features = [
    "std",
    "std",
]
default-features = false

[dependencies.parking_lot]
version = "0.12.1"

[dependencies.refineable]
version = "0.1.0"
package = "boltz-refineable"

[dependencies.schemars]
version = "1.0"
features = [
    "indexmap2",
    "indexmap2",
]

[dependencies.serde]
version = "1.0.221"
features = [
    "derive",
    "rc",
]

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

[dependencies.serde_json_lenient]
version = "0.2"
features = [
    "preserve_order",
    "raw_value",
]

[dependencies.strum]
version = "0.27.2"
features = ["derive"]

[dependencies.syntax_theme]
version = "0.1.0"
package = "boltz-syntax-theme"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.uuid]
version = "1.1.2"
features = [
    "v4",
    "v5",
    "v7",
    "serde",
]

[dev-dependencies.gpui]
version = "0.2.2"
features = ["test-support"]
default-features = false
package = "boltz-gpui"

[lints.clippy]
dbg_macro = "deny"
declare_interior_mutable_const = "deny"
disallowed_methods = "deny"
large_enum_variant = "allow"
let_underscore_future = "allow"
nonminimal_bool = "allow"
redundant_clone = "deny"
single_range_in_vec_init = "allow"
todo = "deny"
too_many_arguments = "allow"
type_complexity = "allow"

[lints.clippy.style]
level = "allow"
priority = -1

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0