[package] name = "uci-parser" version = "0.2.0" edition = "2021" authors = ["Danny Hammer "] license = "MPL-2.0" description = "Universal Chess Interface parser" repository = "https://github.com/dannyhammer/uci-parser" homepage = "https://github.com/dannyhammer/uci-parser" keywords = ["chess", "uci", "parser"] [dependencies] nom = "7.1.3" thiserror = "1.0.64" [features] parse-go-perft = [] parse-bench = [] parse-position-kiwipete = [] validate-promotion-moves = [] clamp-negatives = [] err-on-unused-input = [] types = []