forked from openkylin/rust-ttf-parser
53 lines
1.3 KiB
TOML
53 lines
1.3 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 = "2018"
|
|
name = "ttf-parser"
|
|
version = "0.15.2"
|
|
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
|
|
exclude = ["benches/**"]
|
|
description = "A high-level, safe, zero-allocation TrueType font parser."
|
|
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.13"
|
|
|
|
[dev-dependencies.pico-args]
|
|
version = "0.5"
|
|
|
|
[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 = []
|