Cargo Features

[dependencies]
docbot = { version = "0.3.0-alpha.2", default-features = false, features = ["did-you-mean"] }
default = did-you-mean

The did-you-mean feature is set by default whenever docbot is added without default-features = false somewhere in the dependency tree.

did-you-mean default = strsim

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.

strsim did-you-mean

Enables strsim ^0.10.0