[package]
name = "imgthin"
version = "0.1.1"
authors = ["WhizSid <whizsid@aol.com>"]
edition = "2018"
license = "MIT"
keywords = ["image", "image-processing", "thinning", "ocr", "image-thinning"]
homepage = "https://github.com/FreeReacts/imgthin-rs"
repository = "https://github.com/FreeReacts/imgthin-rs"
documentation = "https://docs.rs/imgthin"
readme = "README.md"
description = """
A fast parallel algorithm for thinning digital patterns
"""
[dependencies]
[features]
default = []
improved_ysc_whh = []