axes 0.2.0

Fast 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 = "axes"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast layout engine"
readme = "README.md"
keywords = [
    "layout",
    "cross-platform",
]
license = "MIT"
repository = "https://github.com/dest-hq/axes"
resolver = "2"

[features]
no_std = []

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

[[bench]]
name = "axes"
path = "benches/axes.rs"
harness = false

[[bench]]
name = "taffy"
path = "benches/taffy.rs"
harness = false

[dependencies.smallvec]
version = "1.15.1"

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

[dev-dependencies.rand]
version = "0.10.0"

[dev-dependencies.rand_chacha]
version = "0.10.0"

[dev-dependencies.taffy]
version = "0.9.2"

[profile.bench]
opt-level = 3
lto = true
codegen-units = 1

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"