kasuari 0.4.4

A rust layout solver for GUIs, based on the Cassowary algorithm. A fork of the unmaintained cassowary-rs crate with improvments and bug fixes. Kasuari is the indonesian name for the cassowary bird.
Documentation
[dependencies.hashbrown]
version = "0.15"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.rstest]
version = "0.25"

[lib]
name = "kasuari"
path = "src/lib.rs"

[package]
authors = ["Dylan Ede <dylanede@googlemail.com>", "The Ratatui Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "command-line-interface", "graphics", "gui", "rendering"]
description = """
A rust layout solver for GUIs, based on the Cassowary algorithm.
A fork of the unmaintained cassowary-rs crate with improvments and bug fixes.
Kasuari is the indonesian name for the cassowary bird.
"""
documentation = "https://docs.rs/kasuari"
edition = "2021"
keywords = ["cassowary", "layout", "tui", "solver"]
license = "MIT OR Apache-2.0"
name = "kasuari"
readme = "README.md"
repository = "https://github.com/ratatui/kasuari"
rust-version = "1.78"
version = "0.4.4"

[[test]]
name = "quadrilateral"
path = "tests/quadrilateral.rs"

[[test]]
name = "removal"
path = "tests/removal.rs"