# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "riichi-tools-rs" version = "0.0.70" authors = ["harphield "] exclude = [".travis.yml", ".github", ".gitignore"] description = "Riichi Mahjong tools library, mostly for WASM" homepage = "https://riichi.harphield.com/tools/" readme = "README.md" keywords = ["riichi", "mahjong", "wasm"] license = "MIT" repository = "https://github.com/harphield/riichi-tools-rs" [lib] crate-type = ["lib"] [[bench]] name = "shanten" harness = false [[bench]] name = "hand_from_text" harness = false [dependencies.console_error_panic_hook] version = "0.1.6" [dependencies.enum-iterator] version = "0.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.7" [dependencies.regex] version = "1.4.2" [dependencies.rust-embed] version = "5.9.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.wasm-bindgen] version = "0.2" [dev-dependencies.criterion] version = "0.3.4" [features] fast_shanten = ["rust-embed"]