# 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 = "hudoku" version = "0.0.1" authors = ["Undefined01 "] build = false exclude = [ "/tests", "/benches", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A human style sudoku solver" readme = "README.md" license = "MIT" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 2 [lib] name = "sudoku_solver" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.arrayvec] version = "0.7.4" [dependencies.console_error_panic_hook] version = "0.1.7" optional = true [dependencies.itertools] version = "0.13.0" [dependencies.wasm-bindgen] version = "0.2.84" [dependencies.wee_alloc] version = "0.4.5" optional = true [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.serde] version = "1.0.206" [dev-dependencies.toml] version = "0.8.19" [dev-dependencies.wasm-bindgen-test] version = "0.3.34" [features] default = ["console_error_panic_hook"] wee_alloc = ["dep:wee_alloc"]