# 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 = "2018" name = "better-hand" version = "1.1.8" authors = ["Adithya Chari "] description = "Calculates the equity of your No Limit Hold 'Em hand" homepage = "https://sr.ht/~adchari/better-hand/" documentation = "https://sr.ht/~adchari/better-hand/" readme = "README.md" keywords = [ "cli", "cards", "poker", "holdem", "game", ] categories = [ "command-line-utilities", "games", ] license = "MIT" repository = "https://git.sr.ht/~adchari/better-hand" [dependencies.clap] version = "2.33.3" [dependencies.dialoguer] version = "0.10.3" [dependencies.prettytable-rs] version = "0.10" [dependencies.rayon] version = "1.7.0" [dependencies.rs_poker] version = "1.0.0"