Cargo Features
[dependencies]
coercible_errors = { version = "0.1.4", default-features = false, features = ["example_generated", "error-chain"] }
- default = error-chain, example_generated
-
These default features are set whenever
coercible_errors
is added without
somewhere in the dependency tree.default-features = false - example_generated default
-
Affects
coercible_errors::example_generated
…
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.
- error-chain default