cascada 0.3.1

A general purpose UI layout engine
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 = "cascada"
version = "0.3.1"
authors = ["Wakunguma Kalimukwa <wakunguma13@gmail.com>"]
build = false
exclude = [
    "benches/*",
    "examples/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A general purpose UI layout engine"
documentation = "https://docs.rs/cascada"
readme = "README.md"
keywords = [
    "gui",
    "graphics",
    "ui",
    "layout",
    "engine",
]
categories = ["gui"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/snubwoody/cascada"

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

[features]
ffi = []

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

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

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

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

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

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

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

[dev-dependencies.criterion]
version = "0.7.0"