layuit 1.3.4

A UI layout library for Rust
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 = "layuit"
version = "1.3.4"
authors = ["Yrgh"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A UI layout library for Rust"
readme = "README.md"
keywords = [
    "ui",
    "layout",
    "organization",
    "gui",
    "tree",
]
categories = [
    "gui",
    "visualization",
]
license = "MIT"
repository = "https://github.com/Yrgh/layuit"

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

[dependencies.indexmap]
version = "2.14.0"

[dependencies.thunderdome]
version = "0.6.1"