# 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 = "riichi-decomp-table" version = "0.1.0" authors = ["summivox "] description = "Lookup Table Generation for `riichi-decomp`" readme = "README.md" keywords = [ "riichi", "mahjong", "game", "tenhou", "majsoul", ] categories = [ "algorithms", "game-development", ] license = "MIT" repository = "https://github.com/summivox/riichi-rs" resolver = "1" [dependencies.derive_more] version = "0.99" [dependencies.itertools] version = "0.10" [dependencies.nanovec] version = "0.2.1" [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.phf_codegen] version = "0.11" [dependencies.rustc-hash] version = "1" [dependencies.strum] version = "0.24" features = ["derive"] [dev-dependencies.once_cell] version = "1"