# 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 = "2021" name = "monster_ugi" version = "0.0.20" description = "A library that connects a chess engine using the monster-chess movegen library to the UGI protocol." readme = "README.md" keywords = [ "movegen", "monster-chess", "ugi", "uci", "uai", ] categories = ["games"] license = "MIT" repository = "https://github.com/chesstastic-org/monster-ugi" [dependencies.monster_chess] version = "0.0.24" [dependencies.rand] version = "0.8.5"