# 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" rust-version = "1.56" name = "sudokugen" version = "0.4.0" authors = ["Vasco Fernandes "] description = "Sudokugen is a sudoku solving and generating library" readme = "README.md" keywords = [ "sudoku", "puzzle", "solver", "generator", ] license = "MIT" repository = "https://github.com/vasc/sudokugen" [[bench]] name = "solve" harness = false [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10" [dev-dependencies.criterion] version = "0.5.1"