Cargo Features

codeinput has no features set by default.

[dependencies]
codeinput = { version = "0.0.1-beta", features = ["nightly", "termlog", "journald", "syslog"] }
nightly
termlog = slog-term
journald = slog-journald
syslog = slog-syslog

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.

slog-syslog syslog?
slog-term termlog?
slog-journald linux journald?