# 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 = "qqwing" version = "1.3.5" authors = ["Adun Gaos "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "QQwing is software for generating and solving Sudoku puzzles. This is a rust version." readme = "README.md" keywords = [ "qqwing", "Sudoku", ] categories = [ "algorithms", "games", ] license = "GPL-2.0-or-later" repository = "https://github.com/adungaos/qqwing" [profile.dev] opt-level = 1 [lib] name = "qqwing" path = "src/lib.rs" [[bin]] name = "qqwing" path = "src/main.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.rand] version = "0.8" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3"