Cargo Features

[dependencies]
cargo-deadlinks = { version = "0.8.1", default-features = false, features = ["cargo"] }
default = cargo

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

cargo default = cargo_metadata, serde_json

Required by the binary

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.

cargo_metadata cargo

Enables cargo_metadata ^0.14

serde_json cargo