# 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 = "igs" version = "0.1.4" authors = ["Piotr Beling "] include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "The library for for solving impartial games." documentation = "https://docs.rs/igs" readme = "README.md" keywords = [ "game", "impartial", "solver", "cram", "chomp", ] categories = [ "algorithms", "game-development", "mathematics", "science", ] license = "LGPL-3.0-or-later" repository = "https://github.com/beling/impartial-games" [dependencies.arrayvec] version = "0.7" [dependencies.binout] version = "0.2" [dependencies.bitm] version = "0.3" [dependencies.co_sort] version = "0.2.*" [dependencies.cpu-time] version = "1" [dependencies.csf] version = "0.1" [dependencies.lru] version = ">=0.6" optional = true [dependencies.nauty-Traces-sys] version = "0.2" features = ["libc"] optional = true [dependencies.ph] version = "0.8" [dependencies.superslice] version = "1" optional = true [dev-dependencies.maplit] version = "1.*" [features] BP128 = ["superslice"] CMPH = []