Cargo Features
[dependencies]
lemu = { version = "0.2.20", default-features = false, features = ["debug", "bin", "diagnose"] }
- default = bin
-
The
bin
feature is set by default wheneverlemu
is added without
somewhere in the dependency tree.default-features = false - debug = comat
- bin default = diagnose
-
Required by the binary
- diagnose bin = comat, lerr, rust-fuzzy-search
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.