Cargo Features

[dependencies]
poker = { version = "0.6.5", default-features = false, features = ["static_lookup", "rand"] }
default = rand

The rand feature is set by default whenever poker is added without default-features = false somewhere in the dependency tree.

static_lookup = phf, reqwest

Affects evaluate::static_lookup

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

rand default

Enables rand ^0.8

Shuffle cards

Affects deck::shuffled, deck::shuffled_with

phf static_lookup?

Enables phf

Table caching

reqwest build static_lookup?

Enables reqwest

Fetching static lookup table