[package]
edition = "2024"
name = "boltz-syntax-theme"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Syntax highlighting theme definitions for the boltz GPUI UI toolkit."
readme = false
license = "GPL-3.0-or-later"
resolver = "2"
[features]
default = []
test-support = ["gpui/test-support"]
[lib]
name = "boltz_syntax_theme"
path = "src/syntax_theme.rs"
doctest = false
[dependencies.gpui]
version = "0.2.2"
default-features = false
package = "boltz-gpui"
[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