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