# 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 = "t4t-games" version = "0.2.1" authors = ["Eric Walkingshaw "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library of games and strategies built with t4t." readme = "README.md" keywords = [ "game-theory", "economics", "evolution", ] categories = [ "mathematics", "simulation", ] license = "MIT" repository = "https://github.com/walkie/tit-for-tat/" [lib] name = "t4t_games" path = "src/lib.rs" [[example]] name = "axelrod" path = "examples/axelrod.rs" [[example]] name = "tic_tac_toe" path = "examples/tic_tac_toe.rs" [dependencies.log] version = "0.4.22" [dependencies.t4t] version = "0.2.1" [dev-dependencies.env_logger] version = "0.11.5" [dev-dependencies.test-log] version = "0.2.16"