shakmaty 0.9.0

A library for chess move generation
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]
name = "shakmaty"
version = "0.9.0"
authors = ["Niklas Fiekas <niklas.fiekas@backscattering.de>"]
build = "src/build.rs"
description = "A library for chess move generation"
readme = "README.md"
keywords = ["chess"]
categories = ["games", "parsing"]
license = "GPL-3.0+"
repository = "https://github.com/niklasf/shakmaty"

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

[dependencies.bitflags]
version = "1.0"

[dependencies.btoi]
version = "0.3"
[dev-dependencies.criterion]
version = "0.2"
[build-dependencies.version_check]
version = "0.1"
[badges.travis-ci]
branch = "master"
repository = "niklasf/shakmaty"