Cargo Features
artifactory-web-api has no features set by default.
[dependencies]
artifactory-web-api = { version = "0.0.1", features = ["default-tls"] }
- default
-
These default features are set whenever
artifactory-web-api
is added without
somewhere in the dependency tree.default-features = false Enables rustls-tls of reqwest ^0.10.8
- default-tls
-
Enables default-tls of reqwest ^0.10.8
reqwest:
Note: this doesn't enable the 'native-tls' feature, which adds specific functionality for it.
artifactory-web-api has 2 features without comments.