font 0.43.0

The package provides a builder and parser of fonts.
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"
name = "font"
version = "0.43.0"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
build = false
exclude = ["tests/fixtures/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The package provides a builder and parser of fonts."
homepage = "https://github.com/bodoni/font"
documentation = "https://docs.rs/font"
readme = "README.md"
keywords = [
    "font",
    "opentype",
    "typeface",
    "typography",
    "woff",
]
categories = ["parsing"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/bodoni/font"

[features]
default = ["webtype"]
webtype = ["dep:webtype"]

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

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

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

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

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

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

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

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

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

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

[[bench]]
name = "names"
path = "benches/names.rs"

[dependencies.opentype]
version = "0.39"
features = ["default-language"]

[dependencies.typeface]
version = "0.5"

[dependencies.webtype]
version = "0.19"
optional = true