ttf-utils 0.1.3

ttf-parser utils
Documentation
[package]
name = "ttf-utils"
version = "0.1.3"
authors = ["Christer Sandberg <chrsan@gmail.com>"]
keywords = ["ttf", "truetype", "otf", "opentype"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/chrsan/ttf-utils"
description = "ttf-parser utils"
readme="README.md"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ttf-parser = { version = "^0.11", default-features = true }

[dev-dependencies]
structopt = "0.3"