owned_ttf_parser 0.25.0

ttf-parser plus support for owned data
Documentation
[dependencies.ttf-parser]
default-features = false
version = "0.25"

[features]
apple-layout = ["ttf-parser/apple-layout"]
default = ["std", "opentype-layout", "apple-layout", "variable-fonts", "glyph-names"]
glyph-names = ["ttf-parser/glyph-names"]
gvar-alloc = ["std", "ttf-parser/gvar-alloc"]
no-std-float = ["ttf-parser/no-std-float"]
opentype-layout = ["ttf-parser/opentype-layout"]
std = ["ttf-parser/std"]
variable-fonts = ["ttf-parser/variable-fonts"]

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

[package]
authors = ["Alex Butler <alexheretic@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "ttf-parser plus support for owned data"
edition = "2021"
keywords = ["ttf", "truetype", "otf", "opentype"]
license = "Apache-2.0"
name = "owned_ttf_parser"
readme = "README.md"
repository = "https://github.com/alexheretic/owned-ttf-parser"
version = "0.25.0"

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

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

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