48 lines
1.2 KiB
TOML
48 lines
1.2 KiB
TOML
# 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"
|
|
name = "owned_ttf_parser"
|
|
version = "0.20.0"
|
|
authors = ["Alex Butler <alexheretic@gmail.com>"]
|
|
description = "ttf-parser plus support for owned data"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"ttf",
|
|
"truetype",
|
|
"otf",
|
|
"opentype",
|
|
]
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/alexheretic/owned-ttf-parser"
|
|
|
|
[dependencies.ttf-parser]
|
|
version = "0.20"
|
|
default-features = false
|
|
|
|
[features]
|
|
apple-layout = ["ttf-parser/apple-layout"]
|
|
default = [
|
|
"std",
|
|
"opentype-layout",
|
|
"apple-layout",
|
|
"variable-fonts",
|
|
"glyph-names",
|
|
]
|
|
glyph-names = ["ttf-parser/glyph-names"]
|
|
gvar-alloc = [
|
|
"std",
|
|
"ttf-parser/gvar-alloc",
|
|
]
|
|
opentype-layout = ["ttf-parser/opentype-layout"]
|
|
std = ["ttf-parser/std"]
|
|
variable-fonts = ["ttf-parser/variable-fonts"]
|