leptess 0.5.0

Rust binding for Tesseract and Leptonica.
Documentation
[package]
name = "leptess"
version = "0.5.0"
authors = ["QP Hou <dave2008713@gmail.com>"]
description = "Rust binding for Tesseract and Leptonica."
homepage = "https://github.com/houqp/leptess"
repository = "https://github.com/houqp/leptess"
readme = "README.md"
keywords = ["leptonica", "tesseract", "ocr"]
license = "MIT"

[dependencies]
libc = "0.*"

[build-dependencies]
bindgen = "0.49.*"