Cargo Features

Splunk has no features set by default.

[dependencies]
splunk = { version = "0.1.2", features = ["cli", "test_ci"] }
cli = clap

Required by splunk_file_to_hec and splunk_pipe_to_hec binaries

test_ci

Used when in CI mode, to skip tests

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.

clap cli?