# 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 = "lisudoku-ocr" version = "0.1.6" authors = ["George Marcus "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Detecting sudoku grids from images." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/lisudoku/lisudoku_ocr" [lib] name = "lisudoku_ocr" crate-type = ["lib"] path = "src/lib.rs" [[bin]] name = "lisudoku_ocr" path = "src/main.rs" [dependencies.byte-unit] version = "4.0.18" [dependencies.itertools] version = "0.10.5" [dependencies.lisudoku-solver] version = "=0.1.19" [dependencies.medians] version = "2.2.1" [dependencies.opencv] version = "=0.92.2" features = ["clang-runtime"] [dependencies.reqwest] version = "0.11.14" [dependencies.serde] version = "1.0.209" [dependencies.serde_json] version = "1.0.61" [dependencies.tempfile] version = "3.3" [dependencies.tesseract-plumbing] version = "=0.9.0" [dependencies.tesseract-sys] version = "=0.5.15" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.5.2" [dependencies.warp] version = "0.3.1"