uzor-text 1.5.1

Pretext-pattern text layout engine for uzor — greedy word-wrap, rich multi-run spans, InlineBox, and a mixed-run baseline pass over the cosmic-text shaper (Arc 2 Phase 1+2; kinetics/ascii/hyphenation land in later phases).
# 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 = "2021"
name = "uzor-text"
version = "1.5.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pretext-pattern text layout engine for uzor — greedy word-wrap, rich multi-run spans, InlineBox, and a mixed-run baseline pass over the cosmic-text shaper (Arc 2 Phase 1+2; kinetics/ascii/hyphenation land in later phases)."
homepage = "https://github.com/zeng3ld/uzor"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/zeng3ld/uzor"

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

[dependencies.fastrand]
version = "2"

[dependencies.hypher]
version = "0.1.7"

[dependencies.metrics]
version = "0.24"

[dependencies.uzor]
version = "1.5.1"
features = ["shaper"]

[dev-dependencies.png]
version = "0.17"

[dev-dependencies.ttf-parser]
version = "0.25"

[dev-dependencies.uzor-export]
version = "1.5.1"

[dev-dependencies.uzor-fonts]
version = "1.5.1"

[dev-dependencies.uzor-render-tiny-skia]
version = "1.5.1"