lento-yoga 0.4.0

Rust bindings for Facebook's Yoga, a Flexbox layout engine
[build-dependencies.bindgen]
version = "0.63.0"

[build-dependencies.cc]
version = "1.2.4"

[dependencies.ordered-float]
version = "3.4.0"

[dependencies.serde]
optional = true
version = "1.0.151"

[dependencies.serde_derive]
optional = true
version = "1.0.151"

[[example]]
name = "incremental"
path = "examples/incremental.rs"

[[example]]
name = "layout"
path = "examples/layout.rs"

[features]
default = []
serde_support = ["serde", "serde_derive", "ordered-float/serde"]

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

[package]
authors = ["Brian Schwind <brianmschwind@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Rust bindings for Facebook's Yoga, a Flexbox layout engine"
edition = "2021"
license = "MIT"
name = "lento-yoga"
readme = "README.md"
repository = "https://github.com/bschwind/yoga-rs"
version = "0.4.0"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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