Cargo Features
[dependencies]
cargo-tarpaulin = { version = "0.35.0", default-features = false, features = ["coveralls", "vendored-openssl"] }
- default = coveralls
-
The
coverallsfeature is set by default whenevercargo-tarpaulinis added withoutsomewhere 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.