# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rubot" version = "0.3.0" authors = ["lcnr/Bastian Kauschke "] exclude = ["fuzz/*", "baseline"] description = "A generic game bot written in Rust" readme = "README.md" keywords = ["game", "engine", "bot", "alpha", "beta"] categories = ["algorithms", "game-engines"] license = "MIT" repository = "https://github.com/lcnr/rubot" [[example]] name = "tic-tac-toe" test = true [[example]] name = "oko" test = true [[example]] name = "chess" test = true [[bench]] name = "time_complete" harness = false [[bench]] name = "time_partial" harness = false [[bench]] name = "steps_complete" harness = false [[bench]] name = "steps_partial" harness = false [dependencies.tapir] version = "1.0" [dev-dependencies.criterion] version = "0.3.2" [dev-dependencies.shakmaty] version = "0.16.3"