# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "stroke-width-transform" version = "0.1.1" authors = ["Markus Mayer"] description = "An implementation of the Stroke Width Transform for OCR image preprocessing." homepage = "https://github.com/sunsided/stroke-width-transform-rs" readme = "README.md" keywords = [ "image-processing", "swt", "ocr", ] categories = [ "multimedia::images", "text-processing", ] license = "MIT" repository = "https://github.com/sunsided/stroke-width-transform-rs" [[example]] name = "swt" crate-type = ["bin"] [dependencies.image] version = "0.25.1" [dependencies.imageproc] version = "0.24.0" [dependencies.num-traits] version = "0.2.19" [dependencies.rayon] version = "1.10.0" optional = true [dev-dependencies.clap] version = "4.5.4" features = ["derive"] [dev-dependencies.show-image] version = "0.14.0" features = ["image"] [features] rayon = ["dep:rayon"]