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 whenever vertx-rust is added without default-features = false somewhere in the dependency tree.

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