stockfish 0.2.9

Light, easy-to-use wrapper for the Stockfish engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "interactive_process"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb1a3c097cfdd0dc4bd03143a587b8cd44b492d763c768b06f7dfecaad7eeda4"

[[package]]
name = "stockfish"
version = "0.2.9"
dependencies = [
 "interactive_process",
]