uci-parser 0.1.0

Universal Chess Interface parser
Documentation
[dependencies.nom]
version = "7.1.3"

[features]
clamp-negatives = []
err-on-unused-input = []
parse-bench = []
parse-go-perft = []
parse-position-kiwipete = []
types = []
validate-promotion-moves = []

[lib]
name = "uci_parser"
path = "src/lib.rs"

[package]
authors = ["Danny Hammer <hammerapi@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Universal Chess Interface parser"
edition = "2021"
homepage = "https://github.com/dannyhammer/uci-parser"
keywords = ["chess", "uci", "parser"]
license = "MPL-2.0"
name = "uci-parser"
readme = "README.md"
repository = "https://github.com/dannyhammer/uci-parser"
version = "0.1.0"