Cargo Features
[dependencies]
docker-api = { version = "0.14.0", default-features = false, features = ["tls", "vendored-ssl", "par-compress", "swarm", "chrono", "hyper-openssl", "openssl"] }
- default = chrono
-
These default features are set whenever
docker-api
is added without
somewhere in the dependency tree.default-features = false Enables chrono of containers-api
- tls vendored-ssl?
-
Enables tls of containers-api
- vendored-ssl = tls
-
Enables vendored-ssl of containers-api
- par-compress
-
Enables par-compress of containers-api
- swarm
-
Affects
api::config
,api::node
,api::plugin
,api::secret
,api::service
,api::swarm
,api::task
…
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.
- chrono default
- hyper-openssl implicit feature
-
Enables hyper-openssl ^0.9
hyper-openssl:
Hyper TLS support via OpenSSL
- openssl implicit feature
-
Enables openssl
openssl:
OpenSSL bindings