oxitext-layout 0.1.0

Text layouter for OxiText: LTR/RTL bidi, UAX #14 line-break, vertical CJK (M1/M2)
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 = "2021"
rust-version = "1.89"
name = "oxitext-layout"
version = "0.1.0"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Text layouter for OxiText: LTR/RTL bidi, UAX #14 line-break, vertical CJK (M1/M2)"
readme = "README.md"
keywords = [
    "text",
    "layout",
    "typography",
    "oxitext",
]
categories = [
    "graphics",
    "text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxitext"

[features]
hyphenation = ["dep:hypher"]
icu = ["dep:oxitext-icu"]

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

[[test]]
name = "bidi"
path = "tests/bidi.rs"

[[test]]
name = "linebreak"
path = "tests/linebreak.rs"

[[test]]
name = "mixed"
path = "tests/mixed.rs"

[[test]]
name = "vertical"
path = "tests/vertical.rs"

[dependencies.hypher]
version = "0.1.7"
optional = true

[dependencies.oxitext-core]
version = "0.1.0"

[dependencies.oxitext-icu]
version = "0.1.0"
optional = true

[dependencies.rayon]
version = "1.12.0"

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

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

[dependencies.unicode-linebreak]
version = "0.1.5"