shakmaty-syzygy 0.12.1

Probe Syzygy tablebases
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "shakmaty-syzygy"
version = "0.12.1"
authors = ["Niklas Fiekas <niklas.fiekas@backscattering.de>"]
exclude = ["tables/**/*.*tb*"]
description = "Probe Syzygy tablebases"
readme = "README.md"
keywords = ["chess", "syzygy", "tablebase"]
categories = ["games"]
license = "GPL-3.0+"
repository = "https://github.com/niklasf/shakmaty-syzygy"

[[bench]]
name = "benches"
harness = false
[dependencies.arrayvec]
version = "0.4"

[dependencies.bitflags]
version = "1.0"

[dependencies.byteorder]
version = "1.3"

[dependencies.failure]
version = "0.1"

[dependencies.fxhash]
version = "0.2"

[dependencies.itertools]
version = "0.8"

[dependencies.lazy_static]
version = "1.3"

[dependencies.num-integer]
version = "0.1"

[dependencies.once_cell]
version = "1.0"

[dependencies.positioned-io]
version = "0.3"
package = "positioned-io-preview"

[dependencies.shakmaty]
version = "0.15"
[dev-dependencies.bencher]
version = "0.1"

[dev-dependencies.csv]
version = "1.0"

[dev-dependencies.matches]
version = "0.1"

[dev-dependencies.structopt]
version = "0.3"
[badges.travis-ci]
branch = "master"
repository = "niklasf/shakmaty-syzygy"