Cargo Features

[dependencies]
cargo-tarpaulin = { version = "0.31.2", default-features = false, features = ["coveralls", "vendored-openssl"] }
default = coveralls

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

coveralls default vendored-openssl? = coveralls-api, git2

Affects args::ConfigArgs.ciserver, config::Config.ci_tool, parse::deserialize_ci_server, types::Ci, report::coveralls

vendored-openssl = coveralls

Enables vendored-openssl of git2

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.

coveralls-api coveralls
git2 coveralls vendored-openssl?