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 wheneverfeature-probe-event
is added without
somewhere in the dependency tree.default-features = false - 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.