shakmaty-syzygy 0.19.1

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

[[bench]]
name = "benches"
harness = false

[dependencies]
arrayvec = "0.7"
bitflags = "1.0.4"
shakmaty = "0.21.0"
byteorder = "1"
itertools = "0.10"
positioned-io = { package = "positioned-io-preview", version = "0.3.1" }
rustc-hash = "1"
once_cell = "1"

[dev-dependencies]
csv = "1"
bencher = "0.1"
structopt = "0.3"

[features]
default = []
variant = ["shakmaty/variant"]
backtrace = [] # kept for bc only

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docs_rs"]