ftui-layout 0.1.0

Flex and grid layout solvers for FrankenTUI.
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 = "ftui-layout"
version = "0.1.0"
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.0"

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]