Cargo Features
[dependencies]
linkcache = { version = "0.1.1", default-features = false, features = ["lib", "bin"] }
- default = lib
-
The
lib
feature is set by default wheneverlinkcache
is added without
somewhere in the dependency tree.default-features = false - lib default
- bin
-
Required by the binary