Cargo Features

[dependencies]
poker = { version = "0.5.0", 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

Shuffle cards

phf static_lookup?

Enables phf

Table caching

reqwest build static_lookup?

Enables reqwest ^0.11

Fetching static lookup table