Cargo Features

Fiddler has no features set by default.

[dependencies]
fiddler = { version = "1.2.1", features = ["all", "python", "elasticsearch", "aws"] }
all = aws, elasticsearch, python
python all?

Enables pyo3

Affects processors::python

elasticsearch all?

Enables elasticsearch ^8.5.0-alpha.1

Affects outputs::elasticsearch

aws all?

Enables aws-config and aws-sdk-sqs

Affects modules::aws