Vendor dependencies for 0.3.0 release

This commit is contained in:
2025-09-27 10:29:08 -05:00
parent 0c8d39d483
commit 82ab7f317b
26803 changed files with 16134934 additions and 0 deletions

55
vendor/ttf-parser/Cargo.toml vendored Normal file
View File

@@ -0,0 +1,55 @@
# 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 = "2018"
name = "ttf-parser"
version = "0.21.1"
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
exclude = ["benches/**"]
description = "A high-level, safe, zero-allocation font parser for TrueType, OpenType, and AAT."
documentation = "https://docs.rs/ttf-parser/"
readme = "README.md"
keywords = [
"ttf",
"truetype",
"opentype",
]
categories = ["parser-implementations"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RazrFalcon/ttf-parser"
[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"
[features]
apple-layout = []
default = [
"std",
"opentype-layout",
"apple-layout",
"variable-fonts",
"glyph-names",
]
glyph-names = []
gvar-alloc = ["std"]
opentype-layout = []
std = []
variable-fonts = []