# 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 = "advent-of-code-ocr" version = "0.1.1" authors = ["Oliver Fleckenstein "] description = "Small crate to help convert AoC text screens to strings" readme = "README.md" keywords = [ "advent-of-gcode", "aoc", ] license = "MIT" repository = "https://github.com/OliverFlecke/advent-of-code-rust/tree/main/advent-of-code-ocr" [dependencies.itertools] version = "0.10.5" [dependencies.phf] version = "0.11.1" features = ["macros"] default-features = false