Cargo Features

[dependencies]
scryfall = { version = "0.16.2", default-features = false, features = ["bulk_caching", "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 = heck
bin

Enables tokio

Required by the search binary

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.

heck bulk_caching

Enables heck ^0.4