kasuari 0.4.11

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.document-features]
optional = true
version = "0.2"

[dependencies.hashbrown]
version = "0.16"

[dependencies.portable-atomic]
default-features = false
features = ["require-cas"]
optional = true
version = "1.11"

[dependencies.portable-atomic-util]
features = ["alloc"]
optional = true
version = "0.2.4"

[dependencies.thiserror]
default-features = false
version = "2.0"

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

[features]
default = ["std"]
document-features = ["dep:document-features"]
portable-atomic = ["dep:portable-atomic", "dep:portable-atomic-util"]
std = ["thiserror/std", "portable-atomic?/std"]

[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.85"
version = "0.4.11"

[package.metadata.docs.rs]
all-features = true

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

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