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 whenevercargo-tarpaulin
is added without
somewhere in the dependency tree.default-features = false - 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.