# 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 = "pacifist-chess-simulation" version = "0.1.2" authors = ["Rqnsom"] description = "Have you ever wondered what a game of chess would look like if it were played by two pacifists?" documentation = "https://docs.rs/pacifist-chess-simulation/" readme = "README.md" keywords = [ "pacifist-chess", "chess-simulation", "chess", ] license = "MIT" repository = "https://github.com/Rqnsom/pacifist-chess-simulation" resolver = "2" [dependencies.chess-notation-parser] version = "0.2" [dependencies.chess-turn-engine] version = "0.1" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.ctrlc] version = "3.2.2" [dependencies.rand] version = "0.8.3"