# 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 = "chessie" version = "2.0.0" authors = ["Danny Hammer "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Fast chess library, suitable for use in chess engines" homepage = "https://github.com/dannyhammer/chessie" readme = "README.md" keywords = ["chess"] license = "MPL-2.0" repository = "https://github.com/dannyhammer/chessie" [lib] name = "chessie" path = "src/lib.rs" [[example]] name = "perft" path = "examples/perft.rs" [[example]] name = "perftbench" path = "examples/perftbench.rs" [[test]] name = "perft" path = "tests/perft.rs" [[bench]] name = "perft" path = "benches/perft.rs" harness = false [dependencies.anyhow] version = "1.0.86" [dependencies.arrayvec] version = "0.7.4" [dependencies.chessie_types] version = "2.0.0" [dev-dependencies.clap] version = "4.5.20" features = ["derive"] [dev-dependencies.colored] version = "2.1.0" [dev-dependencies.criterion] version = "0.5.1" [build-dependencies.chessie_types] version = "2.0.0"