rustybuzz 0.2.0

An incremental harfbuzz port to Rust.
Documentation
[build-dependencies.cc]
features = ["parallel"]
version = "1.0"
[dependencies.bitflags]
version = "1.2"

[dependencies.smallvec]
version = "1.4"

[dependencies.ttf-parser]
version = "0.8"

[dependencies.unicode-bidi-mirroring]
version = "0.1"

[dependencies.unicode-ccc]
version = "0.1"

[dependencies.unicode-general-category]
version = "0.2"

[dependencies.unicode-script]
version = "0.5"
[dev-dependencies.libc]
version = "0.2"

[dev-dependencies.pico-args]
version = "0.3"

[package]
authors = ["Evgeniy Reizner <razrfalcon@gmail.com>"]
categories = ["text-processing"]
description = "An incremental harfbuzz port to Rust."
documentation = "https://docs.rs/rustybuzz/"
edition = "2018"
exclude = ["benches/**"]
keywords = ["text", "shaping", "opentype", "truetype"]
license = "MIT"
name = "rustybuzz"
readme = "README.md"
repository = "https://github.com/RazrFalcon/rustybuzz"
version = "0.2.0"