repose-text 0.23.2

Text handling (parley + swash based font & 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 = "repose-text"
version = "0.23.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Text handling (parley + swash based font & layout engine)"
readme = false
license = "LGPL-2.1-or-later"

[features]
basic = ["font-awl/basic"]
cjk = ["font-awl/cjk"]
default = ["basic"]
emoji = ["font-awl/emoji"]
monospace = ["font-awl/monospace"]

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

[dependencies.font-awl]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1"

[dependencies.parley]
version = "0.11"
features = ["std"]
default-features = false

[dependencies.rapidhash]
version = "4.5"

[dependencies.skrifa]
version = "0.44"

[dependencies.swash]
version = "0.2"

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