# 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 = "chessly" version = "0.1.3" exclude = [ ".cargo_vcs_info.json", ".github/workflows/rust.yml", ] description = "A chess engine written in Rust" readme = "README.md" keywords = [ "chess", "chess-engine", "uci", "chess-programming", ] categories = ["games"] license = "MIT" repository = "https://github.com/vitali-semenyuk/chessly" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dev-dependencies.colored] version = "2" [dev-dependencies.pretty_assertions] version = "1.4.0"