[package] name = "pokerhandrange" version = "0.1.1" authors = ["Vladislav Supalov "] keywords = ["cards", "poker"] 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" license = "MIT" readme = "README.md" [lib] name = "pokerhandrange" #TODO: not bin? [[bin]] name = "rangefight" path = "example/main.rs" [dependencies] rand = "0.3.12" cards = "1.1.2" holdem = "0.1.2" pokereval = "0.1.2"