pgn-reader 0.4.0

Fast non-allocating reader for chess games in PGN notation
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 = "pgn-reader"
version = "0.4.0"
authors = ["Niklas Fiekas <niklas.fiekas@backscattering.de>"]
description = "Fast non-allocating reader for chess games in PGN notation"
readme = "README.md"
keywords = ["chess", "pgn"]
categories = ["games", "parser-implementations"]
license = "GPL-3.0+"
repository = "https://github.com/niklasf/rust-pgn-reader.git"

[[bench]]
name = "benches"
harness = false
[dependencies.btoi]
version = "0.1"

[dependencies.memchr]
version = "2.0"

[dependencies.shakmaty]
version = "0.5"
[dev-dependencies.bencher]
version = "0.1"

[dev-dependencies.madvise]
version = "0.1"

[dev-dependencies.memmap]
version = "0.6"

[dev-dependencies.unicase]
version = "2.0"
[badges.travis-ci]
branch = "master"
repository = "niklasf/rust-pgn-reader"