# 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 = "lisudoku-solver" version = "0.1.22" authors = ["George Marcus "] description = "Solver for sudoku puzzles used by lisudoku" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/lisudoku/lisudoku_solver" [package.metadata.scripts] build = "wasm-pack build --target bundler" [lib] crate-type = [ "cdylib", "lib", ] [dependencies.combinations] version = "0.1.0" [dependencies.console_error_panic_hook] version = "0.1.7" [dependencies.gloo-utils] version = "0.1" features = ["serde"] [dependencies.itertools] version = "0.10.5" [dependencies.lz-str] version = "0.2.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.4" [dependencies.serde_json] version = "1.0.93" [dependencies.wasm-bindgen] version = "0.2"