typst-layout 0.15.0

Typst's 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"
rust-version = "1.92"
name = "typst-layout"
version = "0.15.0"
authors = ["The Typst Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typst's layout engine."
homepage = "https://typst.app"
readme = "README.md"
keywords = ["typst"]
categories = ["compilers"]
license = "Apache-2.0"
repository = "https://github.com/typst/typst"
resolver = "2"

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

[dependencies.az]
version = "1.2"

[dependencies.bumpalo]
version = "3.15.4"
features = [
    "boxed",
    "collections",
]

[dependencies.codex]
version = "0.3.0"

[dependencies.comemo]
version = "0.5.1"

[dependencies.ecow]
version = "0.2.6"
features = ["serde"]

[dependencies.either]
version = "1"

[dependencies.hypher]
version = "0.1.4"

[dependencies.icu_properties]
version = "2.2.0"
features = ["serde"]

[dependencies.icu_provider]
version = "2.2.0"
features = ["sync"]

[dependencies.icu_provider_blob]
version = "2.2.0"

[dependencies.icu_segmenter]
version = "2.2.0"
features = ["serde"]

[dependencies.kurbo]
version = "0.13"

[dependencies.libm]
version = "0.2.11"

[dependencies.memchr]
version = "2"

[dependencies.rustc-hash]
version = "2.1"

[dependencies.rustybuzz]
version = "0.20"

[dependencies.smallvec]
version = "1.11.1"
features = [
    "union",
    "const_generics",
    "const_new",
]

[dependencies.ttf-parser]
version = "0.25.0"

[dependencies.typst-assets]
version = "0.15.0"

[dependencies.typst-library]
version = "0.15.0"

[dependencies.typst-macros]
version = "0.15.0"

[dependencies.typst-syntax]
version = "0.15.0"

[dependencies.typst-timing]
version = "0.15.0"

[dependencies.typst-utils]
version = "0.15.0"

[dependencies.unicode-bidi]
version = "0.3.18"

[dependencies.unicode-math-class]
version = "0.1"

[dependencies.unicode-script]
version = "0.5"

[dependencies.unicode-segmentation]
version = "1"

[lints.clippy]
blocks_in_conditions = "allow"
comparison_chain = "allow"
derived_hash_with_manual_eq = "allow"
disallowed_methods = "warn"
iter_over_hash_type = "warn"
manual_is_multiple_of = "allow"
manual_range_contains = "allow"
mutable_key_type = "allow"
uninlined_format_args = "warn"
wildcard_in_or_patterns = "allow"