Cargo Features

[dependencies]
nginx-config = { version = "0.13.2", default-features = false, features = ["fuzzy_errors"] }
default = fuzzy_errors

The fuzzy_errors feature is set by default whenever nginx-config is added without default-features = false somewhere in the dependency tree.

fuzzy_errors 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 fuzzy_errors

Enables strsim ^0.7.0