# 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 = "newdoku" version = "0.6.1" exclude = [ "demo.gif", ".github", ".gitignore", ] description = "A small library for displaying and solving Sudokus in ANSI-compliant terminals." readme = "README.md" keywords = [ "sudoku", "games", "fun", ] categories = [ "command-line-utilities", "games", ] license = "MIT" repository = "https://github.com/Piturnah/newdoku/" resolver = "2" [dependencies.clap] version = "3.1.10" features = ["derive"] optional = true [dependencies.crossterm] version = "0.23" [features] clap = ["dep:clap"] default = ["clap"]