Cargo Features
[dependencies]
free_log_client = { version = "0.4.1", default-features = false, features = ["fail-on-warnings", "api"] }
- default = api
-
The
api
feature is set by default wheneverfree_log_client
is added without
somewhere in the dependency tree.default-features = false - fail-on-warnings
- api default
-
Enables futures-util, reqwest, serde, and tokio
Affects
free_log_client::api
,free_log_client::LogsConfig.api_writers
,free_log_client::LogsConfig.file_writers
,free_log_client::LogsConfig.auto_flush
…