[dependencies.derive-default-constructor]
version = "0.1.0"
[dependencies.derive_setters]
version = "0.1.8"
[dependencies.embedded-graphics]
optional = true
version = "0.8.1"
[dependencies.raylib]
optional = true
version = "5.5.1"
[dependencies.typed_floats]
version = "1.0.6"
[dependencies.u8g2-fonts]
optional = true
version = "0.5.2"
[dependencies.unicode-segmentation]
version = "1.12.0"
[dependencies.uuid]
features = ["v4"]
version = "1.18.0"
[dev-dependencies.clay-layout]
version = "0.4.0"
[features]
embedded = ["dep:embedded-graphics", "dep:u8g2-fonts"]
raylib = ["dep:raylib"]
[lib]
name = "kaolin"
path = "src/lib.rs"
[package]
authors = ["Tommaso Morganti <tommaso.morganti@polinetwork.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust library for flexible layouts, inspired by Clay"
edition = "2024"
license-file = "LICENSE"
name = "kaolin"
readme = false
repository = "https://github.com/toto04/kaolin"
version = "0.1.10"
[[test]]
name = "alignment_and_justification"
path = "tests/alignment_and_justification.rs"
[[test]]
name = "basic_rendering"
path = "tests/basic_rendering.rs"
[[test]]
name = "bench"
path = "tests/bench.rs"
[[test]]
name = "color_inheritance"
path = "tests/color_inheritance.rs"
[[test]]
name = "common"
path = "tests/common.rs"
[[test]]
name = "error_handling"
path = "tests/error_handling.rs"
[[test]]
name = "gaps_and_spacing"
path = "tests/gaps_and_spacing.rs"
[[test]]
name = "nested_containers"
path = "tests/nested_containers.rs"
[[test]]
name = "sizing_behavior"
path = "tests/sizing_behavior.rs"
[[test]]
name = "styling"
path = "tests/styling.rs"
[[test]]
name = "text_wrapping"
path = "tests/text_wrapping.rs"