# 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 = "soku" version = "0.1.1" description = "Easy sudoku generation and solving" readme = "README.md" keywords = [ "sudoku", "solver", "generation", "generator", ] categories = ["game-development"] license-file = "LICENSE" repository = "https://github.com/r0nsha/soku-rs" resolver = "2" [dependencies.bitflags] version = "1.3.2" [dependencies.derive_more] version = "0.99.17" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.futures] version = "0.3.27" [dev-dependencies.tokio] version = "1.26.0" features = [ "macros", "rt-multi-thread", ]