Cargo Features

[dependencies]
linkcache = { version = "0.1.1", default-features = false, features = ["lib", "bin"] }
default = lib

The lib feature is set by default whenever linkcache is added without default-features = false somewhere in the dependency tree.

lib default
bin

Required by the binary