[package]
edition = "2024"
name = "ftui-layout"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Flex and grid layout solvers for FrankenTUI."
homepage = "https://github.com/Dicklesworthstone/frankentui"
documentation = "https://docs.rs/ftui-layout"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Dicklesworthstone/frankentui"
resolver = "2"
[lib]
name = "ftui_layout"
path = "src/lib.rs"
[[test]]
name = "layout_cache_ratio"
path = "tests/layout_cache_ratio.rs"
[[test]]
name = "overflow_repro"
path = "tests/overflow_repro.rs"
[[test]]
name = "responsive_matrix"
path = "tests/responsive_matrix.rs"
[[bench]]
name = "layout_bench"
path = "benches/layout_bench.rs"
harness = false
[dependencies.ftui-core]
version = "0.1.1"
[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]