Cargo Features
syslog_client has no features set by default.
[dependencies]
syslog_client = { version = "1.0.0-beta.4", features = ["std", "log04", "tracing", "tracing-full"] }
- std tracing-full?
-
Enables std of tracing-subscriber
- log04
-
Enables log
Affects
syslog_client::log04
… - tracing tracing-full? = tracing-subscriber
-
Enables tracing
Affects
syslog_client::tracing
… - tracing-full = std, tracing
-
Enables recording of spans
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.