# 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 = "monster_chess" version = "0.0.24" description = "A fairy chess movegen library that can be easily extended to new chess-adjacent games." readme = "README.md" keywords = [ "chess", "ataxx", "movegen", ] categories = ["games"] license = "MIT" repository = "https://github.com/chesstastic-org/monster-chess" [profile.release] debug = 2 [[bench]] name = "perft" harness = false [dependencies.fastrand] version = "2.0.0" [dependencies.heapless] version = "0.8.0" [dependencies.shell-words] version = "1.1.0" [dev-dependencies.criterion] version = "0.5.1"