Cargo Features
[dependencies]
captcha = { version = "0.0.9", default-features = false, features = ["audio"] }
- default = audio
-
The
audio
feature is set by default whenevercaptcha
is added without
somewhere in the dependency tree.default-features = false - audio default = hound
-
Affects
audio::Audio
…
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.