# 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 = "poker_eval" version = "0.1.0" authors = ["oscar6echo"] description = "Texas Hold'em poker hand equity evaluator" readme = "README.md" keywords = [ "poker", "equity", "monte-carlo", ] categories = ["games"] license = "MIT" repository = "https://github.com/oscar6echo/poker5" [profile.release] lto = true codegen-units = 1 strip = true [dependencies.num-format] version = "0.4.4" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.195" features = ["derive"] optional = true [dependencies.serde_big_array] version = "0.5.1" optional = true package = "serde-big-array" [dependencies.thiserror] version = "1.0.56" [features] serde = [ "dep:serde", "dep:serde_big_array", ]