Cargo Features
[dependencies]
poker = { version = "0.5.0", default-features = false, features = ["static_lookup", "rand"] }
- default = rand
-
The
rand
feature is set by default wheneverpoker
is added without
somewhere in the dependency tree.default-features = false - 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