stipple-layout 0.0.1

Stipple's self-contained flex/box layout solver — constraints, axes, and main-axis flex distribution. No taffy.
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"
rust-version = "1.88"
name = "stipple-layout"
version = "0.0.1"
authors = ["Karpelès Lab Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stipple's self-contained flex/box layout solver — constraints, axes, and main-axis flex distribution. No taffy."
readme = false
license = "MIT"
repository = "https://github.com/KarpelesLab/stipple"

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

[dependencies.stipple-geometry]
version = "0.0.1"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
unsafe_op_in_unsafe_fn = "warn"