Cargo Features

Rsyslog has no features set by default.

[dependencies]
rsyslog = { version = "0.1.4", features = ["serde-serialize", "chrono-timestamp"] }
serde-serialize = serde, serde_derive

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.

chrono chrono-timestamp?
serde serde-serialize?
serde_derive serde-serialize?