Cargo Features
[dependencies]
vertx-rust = { version = "0.8.6", default-features = false, features = ["zk", "client", "catch_unwind"] }
- default = client
-
The
client
feature is set by default wheneververtx-rust
is added without
somewhere in the dependency tree.default-features = false - zk = zookeeper
-
Affects
vertx-rust::zk
… - client default = hyper-tls
-
Affects
http::client
… - catch_unwind
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.
- zookeeper zk?
- hyper-tls client
-
Enables hyper-tls ^0.5