Cargo Features
[dependencies]
flexi_logger_datadog = { version = "0.1.3", default-features = false, features = ["tokio-rt"] }
- default = tokio-rt
-
The
tokio-rt
feature is set by default wheneverflexi_logger_datadog
is added without
somewhere in the dependency tree.default-features = false - tokio-rt default = tokio
-
Affects
flexi_logger_datadog::init_tokio_logger
,flexi_logger_datadog::spawn_tokio_logger
…
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.