vampirc-uci 0.8.2

A Universal Chess Interface (UCI) protocol parser and serializer. Part of the Vampirc chess suite.
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]
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"