# 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 = "tsudoku" version = "2.2.10" authors = ["Chris Swindell "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A terminal-friendly version of sudoku" documentation = "https://docs.rs/crate/tsudoku" readme = "README.md" keywords = [ "sudoku", "TUI", "games", "puzzle", ] categories = [ "command-line-utilities", "games", ] license = "GPL-3.0-or-later" repository = "https://github.com/TheOGChips/tsudoku" [[bin]] name = "tsudoku" path = "src/main.rs" [dependencies.clap] version = "4.4.4" features = ["cargo"] [dependencies.itertools] version = "0.13.0" [dependencies.once_cell] version = "1.19.0" [dependencies.pancurses] version = "0.17.0" [dependencies.queues] version = "1.1.0" [dependencies.rand] version = "0.8.5" [dependencies.signal-hook] version = "0.3.17" [dependencies.strum] version = "0.26.1" features = ["derive"]