# 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" version = "0.1.0" authors = ["summivox "] description = "Japanese Riichi Mahjong Waiting Hand Decomposition" 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.itertools] version = "0.10" [dependencies.nanovec] version = "0.2.1" [dependencies.once_cell] version = "1.15" [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.riichi-decomp-table] version = "0.1.0" [dependencies.riichi-elements] version = "0.1.0" features = ["std"] [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.sortnet] version = "0.1.0" [dev-dependencies.assert-json-diff] version = "2.0" [dev-dependencies.pretty_assertions] version = "1.2" [dev-dependencies.pretty_assertions_sorted] version = "1.2" [dev-dependencies.serde_json] version = "1.0" [build-dependencies.phf_codegen] version = "0.11" [build-dependencies.riichi-decomp-table] version = "0.1.0" [features] default = [ "serde", "static-lut", ] serde = [ "dep:serde", "riichi-elements/serde", ] static-lut = []