[dependencies.core_maths]
optional = true
version = "0.1.0"
[dev-dependencies.base64]
version = "0.22.1"
[dev-dependencies.pico-args]
version = "0.5"
[dev-dependencies.tiny-skia-path]
version = "0.11.4"
[dev-dependencies.xmlwriter]
version = "0.1"
[[example]]
name = "font-info"
path = "examples/font-info.rs"
[[example]]
name = "font2svg"
path = "examples/font2svg.rs"
[features]
apple-layout = []
default = ["std", "opentype-layout", "apple-layout", "variable-fonts", "glyph-names"]
glyph-names = []
gvar-alloc = ["std"]
no-std-float = ["core_maths"]
opentype-layout = []
std = []
variable-fonts = []
[lib]
name = "ttf_parser"
path = "src/lib.rs"
[package]
authors = ["Caleb Maclennan <caleb@alerque.com>", "Laurenz Stampfl <laurenz.stampfl@gmail.com>", "Yevhenii Reizner <razrfalcon@gmail.com>", "خالد حسني (Khaled Hosny) <khaled@aliftype.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations"]
description = "A high-level, safe, zero-allocation font parser for TrueType, OpenType, and AAT."
documentation = "https://docs.rs/ttf-parser/"
edition = "2018"
exclude = ["benches/**"]
keywords = ["ttf", "truetype", "opentype"]
license = "MIT OR Apache-2.0"
name = "ttf-parser"
readme = "README.md"
repository = "https://github.com/harfbuzz/ttf-parser"
rust-version = "1.63.0"
version = "0.25.1"
[package.metadata.typos.default]
locale = "en-us"
[package.metadata.typos.default.extend-words]
loca = "loca"
ot = "ot"
trak = "trak"
wdth = "wdth"
[[test]]
name = "bitmap"
path = "tests/bitmap.rs"
[[test]]
name = "tables"
path = "tests/tables/main.rs"