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 default-features = false somewhere in the dependency tree.

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.

wain-syntax-text text
wain-syntax-binary binary