subsetter 0.2.4

Reduces the size and coverage of OpenType 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 = "2021"
rust-version = "1.85"
name = "subsetter"
version = "0.2.4"
authors = [
    "Laurenz Mädje <laurmaedje@gmail.com>",
    "Laurenz Stampfl <laurenz.stampfl@gmail.com>",
]
build = false
exclude = [
    "fonts/*",
    "tests/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reduces the size and coverage of OpenType fonts."
readme = "README.md"
keywords = [
    "subsetting",
    "OpenType",
    "PDF",
]
categories = [
    "compression",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/typst/subsetter"

[features]
default = ["variable-fonts"]
variable-fonts = [
    "dep:skrifa",
    "dep:write-fonts",
    "dep:kurbo",
]

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

[dependencies.kurbo]
version = "0.13.0"
optional = true

[dependencies.rustc-hash]
version = "2.1"

[dependencies.skrifa]
version = "0.42.0"
optional = true

[dependencies.write-fonts]
version = "0.48.0"
optional = true

[dev-dependencies.skrifa]
version = "0.42.0"

[dev-dependencies.ttf-parser]
version = "0.25.1"