# 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 = "2018" name = "blunders-engine" version = "0.1.0" authors = ["Paulo Lemus "] publish = true description = "UCI chess engine core" homepage = "https://github.com/paulolemus/blunders" readme = "README.md" keywords = ["chess", "engine", "blunder", "checkmate", "game"] license = "GPL-3.0-only" repository = "https://github.com/paulolemus/blunders" [[bench]] name = "perft" harness = false [[bench]] name = "mates" harness = false [[bench]] name = "ttd" harness = false [[bench]] name = "zobrist" harness = false [dependencies.arrayvec] version = "0.7.1" [dependencies.rand] version = "0.8.4" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.num_cpus] version = "1.13"