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 whenever scryfall is added without default-features = false somewhere in the dependency tree.

bulk_caching default

Enables heck

unknown_variants unknown_variants_slim
bin

Enables tokio

Required by the search binary