Cargo Features
Rsyslog has no features set by default.
[dependencies]
rsyslog = { version = "0.1.5", features = ["serde-serialize", "chrono-timestamp"] }
- serde-serialize = serde
-
Enables serde of optional chrono
Affects
rsyslog::ParsePart
… - chrono-timestamp = chrono
-
Affects
parser::DateTime
…
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.