# 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 = "c4-e5-chess" version = "0.2.3" authors = ["Eugen Lindorfer"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "C4-E5 Chess is a UCI compatible chess engine based on the move generator in crate Chess. These features are provided: Parallelised iterative depthening, late move pruning, principal variant search, transposition table." readme = "README.md" keywords = [ "game", "chess", ] categories = ["games"] license = "MIT" repository = "https://github.com/TintifaxTheGreat/c4-e5-chess" [profile.release] panic = "abort" strip = true [lib] name = "c4_e5_chess" path = "src/lib.rs" [[bin]] name = "c4-e5-chess" path = "src/main.rs" [[test]] name = "eigenmann" path = "tests/eigenmann.rs" [[test]] name = "mate_positions" path = "tests/mate_positions.rs" [[test]] name = "positions" path = "tests/positions.rs" [dependencies.chess] version = "3.2" [dependencies.chrono] version = "0.4" [dependencies.hashbrown] version = "0.14" [dependencies.log] version = "0.4" features = ["release_max_level_off"] [dependencies.rayon] version = "1.8" [dependencies.simple-logging] version = "2.0" [dependencies.timer] version = "0.2" [dev-dependencies.ctor] version = "0.2" [dev-dependencies.serial_test] version = "3.0" [dev-dependencies.test-case] version = "3.0.0"