[[bench]]
name = "compact1"
path = "benches/compact1.rs"
[[bench]]
name = "type2"
path = "benches/type2.rs"
[dependencies.typeface]
version = "0.4.2"
[dev-dependencies.random]
version = "0.14"
[lib]
name = "postscript"
path = "src/lib.rs"
[package]
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parsing"]
description = "The package provides a parser of PostScript fonts."
documentation = "https://docs.rs/postscript"
edition = "2021"
exclude = ["tests/fixtures/*"]
homepage = "https://github.com/bodoni/postscript"
keywords = ["font", "postscript", "typeface", "typography"]
license = "Apache-2.0/MIT"
name = "postscript"
readme = "README.md"
repository = "https://github.com/bodoni/postscript"
version = "0.18.3"
[[test]]
name = "compact1"
path = "tests/compact1.rs"
[[test]]
name = "type2"
path = "tests/type2.rs"