# 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 = "puzzles" version = "0.1.0" authors = ["Piotr Beling "] include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "The library for solving puzzles like sliding puzzle." documentation = "https://docs.rs/puzzles" readme = "README.md" keywords = [ "puzzle", "solver", "sliding-puzzle", "15-puzzle", "pattern-db", ] categories = [ "algorithms", "game-development", "mathematics", "science", ] license = "LGPL-3.0-or-later" repository = "https://github.com/beling/puzzles" resolver = "1" [dependencies.arrayvec] version = "0.7.*" [dependencies.bitm] version = "0.2" [dependencies.csf] version = "0.1" [dependencies.ph] version = "0.8"