goban 0.4.2

Library for go move generation and go ruling.
Documentation
[package]
name = "goban"
version = "0.4.2"
authors = ["Samuel Batissou <samuelbatissou@gmail.com>"]
readme= "README.md"
description= "Library for go move generation and go ruling."
edition = "2018"
license = "LGPL-3.0-only"
repository = "https://gitlab.com/Sabati/goban"
keywords=["go","goban","Igo","Baduk"]

[badges]
gitlab = {repository ="SamBlaise/goban"}
maintenance = {status = "actively-developed"}

[dependencies]
lazy_static = "1.3.0"
rand_isaac = "0.1.1"
rand_core = "0.4.0"
getset = "0.0.6"

[dev-dependencies]
rand = "0.6.5"
criterion = "0.2.10"

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