# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "vampirc-uci" version = "0.11.1" authors = ["Matija Kejžar "] 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.chess] version = "3.2" optional = true [dependencies.chrono] version = "0.4" [dependencies.pest] version = "2.1" [dependencies.pest_derive] version = "2.1" [badges.maintenance] status = "actively-developed"