postscript 0.13.1

The package provides a parser for PostScript fonts.
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 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]
name = "postscript"
version = "0.13.1"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
exclude = ["tests/fixtures/*"]
description = "The package provides a parser for PostScript fonts."
homepage = "https://github.com/bodoni/postscript"
documentation = "https://docs.rs/postscript"
keywords = ["font", "postscript", "typeface", "typography"]
categories = ["parsing"]
license = "Apache-2.0/MIT"
repository = "https://github.com/bodoni/postscript"

[[test]]
name = "postscript"
path = "tests/lib.rs"

[[bench]]
name = "postscript"
path = "benches/lib.rs"
[dev-dependencies.random]
version = "0.12"