type1-encoding-parser 0.1.1

A library to parse encodings from Type1 font files
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]
name = "type1-encoding-parser"
version = "0.1.1"
authors = ["Jeff Muizelaar <jmuizelaar@mozilla.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library to parse encodings from Type1 font files"
documentation = "https://docs.rs/crate/type1-encoding-parser/"
readme = false
keywords = [
    "type1",
    "font",
    "pdf",
    "postscript",
    "encoding",
]
license = "MIT"
repository = "https://github.com/jrmuizel/type1-encoding-parser"

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

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

[dependencies.pom]
version = "1.0.1"