[dependencies.harfrust]
version = "=0.1.2"
[dependencies.itertools]
version = "0.14.0"
[dependencies.kurbo]
version = "0.11.1"
[dependencies.ordered-float]
version = "5"
[dependencies.rayon]
optional = true
version = "1.10"
[dependencies.skrifa]
version = "=0.35.0"
[dependencies.static-lang-word-lists]
version = "0.2.0"
[dependencies.thiserror]
version = "2"
[features]
default = ["rayon"]
rayon = ["dep:rayon", "static-lang-word-lists/rayon"]
[lib]
name = "fontheight"
path = "src/lib.rs"
[lints.clippy]
missing_const_for_fn = "warn"
must_use_candidate = "warn"
undocumented_unsafe_blocks = "warn"
[lints.rust]
missing_docs = "warn"
unsafe_op_in_unsafe_fn = "forbid"
[lints.rustdoc]
broken_intra_doc_links = "forbid"
[package]
authors = ["Dalton Maag <sd@daltonmaag.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing", "visualization"]
description = "Find out the vertical extents your font reaches on shaped words"
edition = "2024"
keywords = ["font", "fonts", "vertical-metrics"]
license = "Apache-2.0"
name = "fontheight"
readme = "README.md"
repository = "https://github.com/googlefonts/fontheight"
resolver = "2"
version = "0.1.4"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]