# 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 = "prisoner" version = "0.6.3" authors = ["Ian Cullinane "] exclude = [ "debug/", "Dockerfile*", ".vscode", "target/", ".rustc_info.json", ] description = "A library for simulating \"The Prisoner's Dilemna\"" homepage = "https://github.com/iancullinane/prisoner-rust" readme = "README.md" keywords = [ "terminal", "game", "simulation", ] license = "MIT" repository = "https://github.com/iancullinane/prisoner-rust" [dependencies.block-id] version = "0.1.2" [dependencies.clap] version = "3.1.12" features = ["derive"] [dependencies.fake] version = "2.4" [dependencies.rand] version = "0.8.3" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.3" [dependencies.tabled] version = "0.7.0"