# 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 = "gamesman-nova" version = "0.1.5" authors = ["Max Fierro "] exclude = ["/.github"] description = "System for computing the solution set of finite, deterministic, complete-information, abstract-strategy games." readme = "README.md" keywords = [ "game", "solver", "strong-solver", ] license = "GPL-3.0" repository = "https://github.com/GamesCrafters/GamesmanNova" [profile.release] lto = "fat" codegen-units = 1 debug = 2 [[bin]] name = "nova" path = "src/main.rs" test = true bench = true [dependencies.clap] version = "^4" features = ["derive"] [dependencies.colored] version = "^2" [dependencies.exitcode] version = "^1" [dependencies.nalgebra] version = "^0" [dependencies.num-traits] version = "^0" [dependencies.regex] version = "^1" [dependencies.serde_json] version = "^1"