# 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.63" name = "retroboard" version = "0.2.10" authors = ["Kraktus"] description = "A chess retrograde move generator, suitable for endgame tablebase generation" readme = "README.md" keywords = [ "chess", "endgame", "tablebase", "retrograde", ] categories = [ "games", "game-engines", ] license = "AGPL-3.0+" repository = "https://github.com/kraktus/rs-retroboard-chess" [[bench]] name = "bench" harness = false [dependencies.arrayvec] version = "0.7" [dependencies.lazy_static] version = "1.4" [dependencies.regex] version = "1.5" [dependencies.shakmaty] version = "0.24" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.indoc] version = "1.0.2" [dev-dependencies.paste] version = "1.0.6" [badges.maintenance] status = "actively-developed"