-
Notifications
You must be signed in to change notification settings - Fork 3
/
Cargo.toml
30 lines (28 loc) · 939 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[package]
name = "truetype"
version = "0.47.6"
edition = "2021"
license = "Apache-2.0/MIT"
authors = [
"Boris-Chengbiao Zhou <[email protected]>",
"Ivan Ukhov <[email protected]>",
"Vladimir Vukicevic <[email protected]>",
]
description = "The package provides a builder and parser of TrueType fonts."
documentation = "https://docs.rs/truetype"
homepage = "https://github.com/bodoni/truetype"
repository = "https://github.com/bodoni/truetype"
readme = "README.md"
categories = ["parsing"]
keywords = ["font", "truetype", "typeface", "typography"]
exclude = ["tests/fixtures/*"]
[dependencies]
typeface = "0.4.2"
[features]
# https://github.com/google/fonts/issues/5551
ignore-invalid-component-flags = []
# https://github.com/google/fonts/issues/5724
ignore-invalid-embedding-flags = []
# https://github.com/google/fonts/issues/5805
# https://github.com/web-platform-tests/wpt/issues/37713
ignore-invalid-language-ids = []