# 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 = "math_images_processor" version = "0.1.1" authors = ["Taylor Hoffmann "] build = false exclude = [ "example-formulas/", "processed-formulas/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for preprocessing images of mathematical formulas, ideally for machine learning applications for formula recognition." readme = "README.md" keywords = [ "image", "preprocessing", "mathematics", "science", "machine-learning", ] categories = [ "science", "mathematics", "encoding", "multimedia::images", "command-line-utilities", ] license = "MIT" repository = "https://github.com/TaylorHo/math_images_processor" [lib] name = "math_images_processor" path = "src/lib.rs" [[bin]] name = "main" path = "src/bin/main.rs" [dependencies.image] version = "^0.25.5" [dependencies.tokio] version = "^1.41.1" features = [ "fs", "rt", "macros", "rt-multi-thread", ]