blob: d2b8ff38b3c1ab0d000d34ce91e3f10217863226 [file] [log] [blame]
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "ttf-parser"
version = "0.8.2"
authors = ["Evgeniy 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.12"
[dev-dependencies.pico-args]
version = "0.3.1"
[dev-dependencies.svgtypes]
version = "0.5"
[dev-dependencies.xmlwriter]
version = "0.1"
[features]
default = ["std"]
std = []