# 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 = "puzzle-lib" version = "0.2.0" authors = ["inintencunter <2911583893@qq.com>"] build = false include = [ "readme.md", "src", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "数字华容道 核心库" homepage = "https://github.com/initialencounter/puzzle" readme = "readme.md" keywords = [ "puzzle", "game", "puzzle-game", ] license = "AGPL-3.0" repository = "https://github.com/initialencounter/puzzle" [lib] name = "puzzle_lib" path = "src/lib.rs" [dependencies.phf] version = "0.11.2" features = ["macros"] [dependencies.rand] version = "0.8.5"