[package]
edition = "2024"
rust-version = "1.85"
name = "hblank"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Develop GPUI components in isolation"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/mmmeff/hblank"
resolver = "2"
[features]
test-support = ["gpui/test-support"]
[lib]
name = "hblank"
path = "src/lib.rs"
[[test]]
name = "contracts"
path = "tests/contracts.rs"
[dependencies.gpui]
version = "0.2.2"
[dependencies.hblank-core]
version = "0.4.2"
[dependencies.hblank-macros]
version = "0.4.2"
[dependencies.inventory]
version = "0.3.21"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.toml]
version = "0.9.8"
[lints.clippy]
module_name_repetitions = "allow"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "forbid"