# 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 = "arimaa_engine_step" version = "1.0.1" authors = ["James Harmon "] description = "A step based engine for the board game Arimaa." readme = "README.md" keywords = ["arimaa"] license = "MIT" repository = "https://github.com/JamesMHarmon/arimaa-engine-step" resolver = "2" [lib] name = "arimaa_engine_step" [[bench]] name = "engine_benches" harness = false [dependencies.anyhow] version = "1.0" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.3" [dev-dependencies.criterion] version = "0.3.5" features = ["cargo_bench_support"] default-features = false