pgn-reader 0.1.0

Fast non-allocating reader for chess games in PGN notation
Documentation
[package]
name = "pgn-reader"
version = "0.1.0" # remember to update html_root_url
description = "Fast non-allocating reader for chess games in PGN notation"
documentation = "https://docs.rs/pgn-reader"
repository = "https://github.com/niklasf/rust-pgn-reader.git"
readme = "README.md"
license = "GPL-3.0+"
authors = ["Niklas Fiekas <niklas.fiekas@backscattering.de>"]
categories = ["games", "parser-implementations"]
keywords = ["chess", "pgn"]

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

[dependencies]
memchr = "1.0"
atoi = "0.2"
shakmaty = "0.0.9"

[dev-dependencies]
memmap = "0.5"
madvise = "0.1.0"
bencher = "0.1"

[badges]
travis-ci = { repository = "rust-pgn-reader", branch = "master" }