Cargo Features

[dependencies]
cargo-docs = { version = "0.1.28", default-features = false, features = ["vendored-openssl", "vendored-libgit2", "all-static"] }
default = all-static

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

vendored-openssl

Enables vendored-openssl of cargo ^0.76.0

vendored-libgit2

Enables vendored-libgit2 of cargo ^0.76.0

all-static default

Enables all-static of cargo ^0.76.0

cargo:

This is primarily used by rust-lang/rust distributing cargo the executable.

cargo-docs has 4 features without comments.