fontcull 2.0.1

Pure Rust font subsetting library
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 = "fontcull"
version = "2.0.1"
authors = ["Amos Wenger <amos@bearcove.eu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust font subsetting library"
homepage = "https://github.com/bearcove/fontcull"
readme = "README.md"
keywords = [
    "font",
    "subset",
    "woff2",
    "ttf",
    "otf",
]
categories = [
    "text-processing",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/bearcove/fontcull"

[features]
default = ["woff2"]
static-analysis = ["dep:scraper"]
woff2 = ["dep:woofwoof"]

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

[dependencies.fontcull-klippa]
version = "0.1.2"

[dependencies.fontcull-read-fonts]
version = "0.38.0"

[dependencies.fontcull-skrifa]
version = "0.39.2"

[dependencies.fontcull-write-fonts]
version = "0.44.3"

[dependencies.scraper]
version = "0.24"
optional = true

[dependencies.woofwoof]
version = "1.0"
optional = true