Cargo Features

alfred-core has no features set by default.

[dependencies]
alfred-core = { version = "0.1.9", features = ["zmq2", "logger", "cron", "reqwest", "tar_gz"] }
zmq2

Enables zmq2

Required by the daemon binary

logger

Enables env_logger

Required by cron, daemon, downloader, logs, routing and runner binaries

cron

Enables chrono and cron ^0.14

Required by the cron binary

reqwest

Enables reqwest

Required by the downloader binary

tar_gz

Enables flate2 and tar

Required by the downloader binary