[[bin]]
name = "rangefight"
path = "example/main.rs"
[dependencies]
cards = "1.1.2"
holdem = "0.1.2"
pokereval = "0.1.2"
rand = "0.3.12"
[lib]
name = "pokerhandrange"
[package]
authors = ["Vladislav Supalov <v.supalov@gmail.com>"]
description = "Texas Hold'em hand ranges. Tells you if two cards are in them and can be used to generate card combinations."
homepage = "https://github.com/th4t/pokerhandrange-rs"
keywords = ["cards", "poker"]
license = "MIT"
name = "pokerhandrange"
readme = "README.md"
version = "0.1.1"