[package] name = "better-hand" version = "1.1.8" authors = ["Adithya Chari "] edition = "2018" license = "MIT" 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/" repository = "https://git.sr.ht/~adchari/better-hand" readme = "README.md" keywords = ["cli", "cards", "poker", "holdem", "game"] categories = ["command-line-utilities", "games"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rs_poker = "1.0.0" rayon = "1.7.0" clap = "2.33.3" prettytable-rs = "0.10" dialoguer = "0.10.3"