# 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 = "2018" name = "yayagram" version = "0.8.5" authors = ["r00ster91 "] description = "Play nonograms/picross in your terminal" readme = "README.md" keywords = [ "nonogram", "cli", "game", "terminal", "puzzle", ] categories = [ "command-line-utilities", "games", ] license = "MIT" repository = "https://github.com/r00ster91/yayagram/" [profile.compact] opt-level = "z" lto = true codegen-units = 1 panic = "abort" inherits = "release" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [dependencies.fastrand] version = "1.8.0" [dependencies.itertools] version = "0.10.5" [dependencies.line_drawing] version = "0.8.1" [dependencies.terminal] version = "0.6.4" package = "tanmatsu"