fret-render-text 0.1.0

Renderer-owned Parley text shaping and wrapping utilities for Fret.
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 = "fret-render-text"
version = "0.1.0"
authors = ["Mingzhen Zhuang <superfrankie621@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Renderer-owned Parley text shaping and wrapping utilities for Fret."
homepage = "https://github.com/Latias94/fret"
documentation = "https://docs.rs/fret"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/Latias94/fret"
resolver = "2"

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

[dependencies.blake3]
version = "1"

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

[dependencies.fret-fonts]
version = "0.1.0"
default-features = false

[dependencies.parley]
version = "0.7.0"

[dependencies.read-fonts]
version = "0.37.0"

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

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

[dev-dependencies.fret-fonts]
version = "0.1.0"
features = ["test-support"]

[dev-dependencies.fret-fonts-cjk]
version = "0.1.0"
features = ["test-support"]

[dev-dependencies.fret-fonts-emoji]
version = "0.1.0"
features = ["test-support"]

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1"