Cargo Features
[dependencies]
shipliftExp = { version = "0.5.2", default-features = false, features = ["unix-socket", "tls", "chrono"] }
- default = chrono, tls, unix-socket
-
These default features are set whenever
shipliftExp
is added without
somewhere in the dependency tree.default-features = false - unix-socket default = hyperlocal
- tls default = hyper-openssl, openssl
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
-
Affects
rep::Image.created
,rep::ImageDetails.created
,rep::Container.created
,rep::ContainerDetails.created
,rep::State.finished_at
,rep::State.started_at
,rep::History.created
,rep::Event.time
,rep::Event.time_nano
,rep::Volume.created_at
… - hyper-openssl tls
-
Enables hyper-openssl ^0.7
- hyperlocal unix-socket
-
Enables hyperlocal ^0.6
- openssl tls