cff-parser 0.2.0

A parser for the Compact Font Format (CFF)
Documentation
# 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 = "cff-parser"
version = "0.2.0"
authors = [
    "Evgeniy Reizner <razrfalcon@gmail.com>",
    "Jeff Muizelaar <jrmuizel@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A parser for the Compact Font Format (CFF)"
documentation = "https://docs.rs/cff-parser/"
readme = "README.md"
keywords = [
    "cff",
    "font",
    "adobe",
]
categories = ["parser-implementations"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jrmuizel/cff-parser"

[lib]
name = "cff_parser"
path = "src/lib.rs"

[[example]]
name = "dump"
path = "examples/dump.rs"

[[example]]
name = "tounicode"
path = "examples/tounicode.rs"

[dependencies]