agape_layout 0.3.0

Layout engine for agape
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 = "agape_layout"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Layout engine for agape"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/snubwoody/agape-rs"

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

[[test]]
name = "block_alignment"
path = "tests/block_alignment.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"

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

[dependencies.agape_core]
version = "0.3.0"

[dependencies.thiserror]
version = "2.0.9"

[lints.clippy]
branches_sharing_code = "warn"
enum_glob_use = "warn"