[package]
edition = "2024"
name = "ftui-style"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Style, theme, and color primitives for FrankenTUI."
homepage = "https://github.com/Dicklesworthstone/frankentui"
documentation = "https://docs.rs/ftui-style"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Dicklesworthstone/frankentui"
resolver = "2"
[features]
serde = ["dep:serde"]
[lib]
name = "ftui_style"
path = "src/lib.rs"
[[test]]
name = "e2e_shared_store_concurrent"
path = "tests/e2e_shared_store_concurrent.rs"
[[test]]
name = "proptest_color_invariants"
path = "tests/proptest_color_invariants.rs"
[dependencies.ahash]
version = "0.8"
[dependencies.arc-swap]
version = "1.8.2"
[dependencies.ftui-render]
version = "0.2.0"
[dependencies.serde]
version = "1.0.227"
features = ["derive"]
optional = true
[dependencies.tracing]
version = "0.1.41"
[dev-dependencies.ftui-core]
version = "0.2.0"
[dev-dependencies.proptest]
version = "1.7.0"
[dev-dependencies.serde_json]
version = "1.0.149"
[dev-dependencies.tracing-test]
version = "0.2.5"