Cargo Features

tokkit has no features set by default.

[dependencies]
tokkit = { version = "0.17.0", features = ["async", "metrix"] }
async = backoff-futures, futures

Affects tokkit::async_client

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.

metrix implicit feature

Enables metrix ^0.10

metrix:

metrics for application monitoring

Affects metrics::metrix

backoff-futures async?

Enables backoff-futures ^0.2

futures async?