[package]
edition = "2021"
name = "typf-shape-hr"
version = "5.0.16"
authors = ["Typf Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust text shaping backend for typf using harfrust"
readme = false
license = "Apache-2.0"
repository = "https://github.com/fontlaborg/typf"
[lib]
name = "typf_shape_hr"
path = "src/lib.rs"
[dependencies.harfrust]
version = "0.3"
[dependencies.log]
version = "0.4"
[dependencies.parking_lot]
version = "0.12"
[dependencies.thiserror]
version = "2.0"
[dependencies.typf-core]
version = "5.0.16"
[dev-dependencies.read-fonts]
version = "0.36"