Cargo Features

[dependencies]
vertx-rust = { version = "0.8.5", default-features = false, features = ["zk", "tc", "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

tc = tcmalloc

Affects vertx-rust::ALLOCATOR

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?

Enables zookeeper ^0.6

tcmalloc tc?
hyper-tls client

Enables hyper-tls ^0.5