# 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 = "2018" name = "board-game" version = "0.8.2" authors = ["Karel Peeters "] description = "A board game abstraction and generic utilities around it." readme = "README.md" keywords = [ "board", "ai", "ataxx", "sttt", ] categories = [ "algorithms", "games", ] license = "MIT OR Apache-2.0" repository = "https://github.com/KarelPeeters/board-game-rs" [profile.dev.build-override] opt-level = 3 [profile.release] debug = true [profile.release.build-override] opt-level = 3 [profile.release-with-debug] debug = true inherits = "release" [profile.test.build-override] opt-level = 3 [dependencies.arimaa_engine_step] version = "1.0.1" [dependencies.cast_trait] version = "0.1.2" [dependencies.chess] version = "3.2.0" [dependencies.decorum] version = "0.3.1" default-features = false [dependencies.internal-iterator] version = "0.2.1" [dependencies.itertools] version = "0.10.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.nohash-hasher] version = "0.2.0" [dependencies.nom] version = "7.1.3" [dependencies.num-traits] version = "0.2.15" [dependencies.once_cell] version = "1.18.0" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rand_xoshiro] version = "0.6.0" [dependencies.rayon] version = "1.7.0" [dependencies.static_assertions] version = "1.1.0" [features] default = []