[dependencies]
bitflags = "0.7.0"
lazy_static = "0.2"
rand = "0.3"
[package]
authors = ["Jordan Bray <jordanbray@gmail.com>"]
description = "Fast Chess Move Generator"
documentation = "https://jordanbray.github.io/chess/chess/index.html"
homepage = "https://github.com/jordanbray/chess"
keywords = ["chess", "move", "generator"]
license = "MIT"
name = "chess"
readme = "README.md"
repository = "https://github.com/jordanbray/chess"
version = "0.3.0"
[profile.dev]
debug = true
opt-level = 3
[profile.release]
debug = false
opt-level = 3
[profile.test]
opt-level = 3