Cargo Features

[dependencies]
isbot = { version = "0.1.3", default-features = false, features = ["include-default-bots", "download-fixture-data"] }
default = include-default-bots

The include-default-bots feature is set by default whenever isbot is added without default-features = false somewhere in the dependency tree.

include-default-bots default
download-fixture-data = serde, serde_json, ureq, yaml-rust

Required by the download_fixture_data 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.

serde download-fixture-data?

Enables serde

Optional dependencies only needed to build the download_fixture_data binary

serde_json download-fixture-data?
yaml-rust download-fixture-data?
ureq download-fixture-data?