Cargo Features
[dependencies]
wain = { version = "0.1.7", default-features = false, features = ["binary", "text"] }
- default = binary, text
-
These default features are set whenever
wain
is added without
somewhere in the dependency tree.default-features = false - binary default = wain-syntax-binary
- text default = wain-syntax-text
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.