# 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 = "2018" name = "sudoku" version = "0.8.0" authors = ["Emerentius"] description = "A sudoku solver library" documentation = "https://docs.rs/sudoku" readme = "readme.md" license = "AGPL-3.0" repository = "https://github.com/emerentius/sudoku" [dependencies.crunchy] version = "0.2.1" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.80" optional = true [dependencies.thiserror] version = "1.0.21" [dev-dependencies.strum] version = "0.19.2" [dev-dependencies.strum_macros] version = "0.19.2" [features] unchecked_indexing = []