[package]
edition = "2018"
name = "vampirc-uci"
version = "0.8.2"
authors = ["Matija Kejžar <matija@kejzar.si>"]
description = "A Universal Chess Interface (UCI) protocol parser and serializer. Part of the Vampirc chess suite."
homepage = "https://vampirc.kejzar.si"
documentation = "https://docs.rs/vampirc_uci"
readme = "README.md"
keywords = ["uci", "chess", "parser"]
categories = ["parser-implementations", "game-engines"]
license = "Apache-2.0"
repository = "https://github.com/vampirc/vampirc-uci.git"
[dependencies.pest]
version = "2.1"
[dependencies.pest_derive]
version = "2.1"
[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
branch = "release"
repository = "vampirc/vampirc-uci"