Cargo Features

[dependencies]
feature-probe-event = { version = "1.2.0", default-features = false, features = ["use_std", "collector", "use_tokio"] }
default = use_std

The use_std feature is set by default whenever feature-probe-event is added without default-features = false somewhere in the dependency tree.

use_std default = ureq
collector = axum

Affects feature-probe-event::collector

use_tokio = reqwest, tokio

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.

axum collector?

Enables axum ^0.5

reqwest use_tokio?

Enables reqwest ^0.11

tokio use_tokio?
ureq use_std