Cargo Features
[dependencies]
cargo-unmaintained = { version = "1.8.0", default-features = false, features = ["on-disk-cache", "lock-index", "cache-repositories", "ei"] }
- default = lock-index, on-disk-cache
-
These default features are set whenever
cargo-unmaintained
is added without
somewhere in the dependency tree.default-features = false - on-disk-cache default cache-repositories?
-
Affects
on_disk_cache::purge_cache
… - lock-index default = libc, windows-sys
- cache-repositories = on-disk-cache
-
smoelius: Old feature that was renamed.
- ei
-
smoelius: Old feature that is no longer used.
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.
- libc unix lock-index
- windows-sys win lock-index