# 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-elements" version = "0.1.0" authors = ["summivox "] description = "Building blocks of Japanese Riichi Mahjong" readme = "README.md" keywords = [ "riichi", "mahjong", "game", "tenhou", "majsoul", ] categories = [ "no-std", "algorithms", "game-development", ] license = "MIT" repository = "https://github.com/summivox/riichi-rs" resolver = "1" [dependencies.bitfield-struct] version = "0.1.7" [dependencies.derive_more] version = "0.99.17" [dependencies.itertools] version = "0.10" [dependencies.serde] version = "1.0" features = [ "derive", "derive", ] optional = true [dependencies.strum] version = "0.24" features = ["derive"] default-features = false [dev-dependencies.assert-json-diff] version = "2.0" [dev-dependencies.itertools] version = "0.10" [dev-dependencies.serde_json] version = "1.0" [features] default = ["serde"] serde = ["dep:serde"] std = [ "itertools/use_std", "serde/std", "strum/std", ]