Cargo Features
[dependencies]
woff = { version = "0.6.1", default-features = false, features = ["binary", "version1", "version2"] }
- default = version1, version2
-
These default features are set whenever
woff
is added without
somewhere in the dependency tree.default-features = false - binary = arguments
-
Required by the binary
- version1 default
-
Affects
woff::version1
… - version2 default
-
Affects
woff::version2
…
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.