Cargo Features
[dependencies]
scryfall = { version = "0.17.10", default-features = false, features = ["bulk_caching", "unknown_variants_slim", "bin"] }
- default = bulk_caching
-
The
bulk_caching
feature is set by default wheneverscryfall
is added without
somewhere in the dependency tree.default-features = false - bulk_caching default
-
Enables heck
- unknown_variants unknown_variants_slim
- bin
-
Enables tokio
Required by the search binary