Cargo Features

[dependencies]
bebop-tools = { version = "3.0.6", default-features = false, features = ["downloader", "format"] }
default = downloader, format

These default features are set whenever bebop-tools is added without default-features = false somewhere in the dependency tree.

downloader default = json, reqwest, zip
format default = which

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.

reqwest downloader

Enables reqwest ^0.11

zip downloader

Enables zip ^0.5

json downloader
which format

Enables which ^4.2