# 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-face" version = "0.1.0" authors = ["Davassi "] exclude = [".github/workflows/rust.yml"] description = "A hand evaluator for Texas Hold'em poker, using the Rust Match control flow construct." homepage = "https://github.com/davassi/poker-face" readme = "README.md" keywords = [ "poker", "math", "evaluator", "game", "cards", ] categories = [ "command-line-interface", "games", "game development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/davassi/poker-face" [profile.release] opt-level = 3 debug = 2 [lib] name = "pokerface" [[bin]] name = "pokerface" path = "src/bin/main.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.clap] version = "4.3.21" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8.5" [dependencies.rustyline] version = "12.0.0" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.2" [dependencies.thiserror] version = "1.0.44"