# 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 = "ogs" version = "0.0.6" authors = ["Piotr Beling "] include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "The library for solving octal games." documentation = "https://docs.rs/ogs" readme = "README.md" keywords = [ "game", "octal", "impartial", "solver", ] categories = [ "algorithms", "game-development", "mathematics", "science", ] license = "LGPL-3.0-or-later" repository = "https://github.com/beling/impartial-games"