Cargo Features

[dependencies]
ecdysis = { version = "1.0.1", default-features = false, features = ["systemd", "systemd_sockets", "tokio_ecdysis"] }
default = tokio_ecdysis

The tokio_ecdysis feature is set by default whenever ecdysis is added without default-features = false somewhere in the dependency tree.

systemd = systemd_notify, systemd_sockets
systemd_notify systemd_sockets systemd? = tokio_ecdysis
tokio_ecdysis default systemd_notify? systemd_sockets?

Enables futures, tokio, and tokio-stream

Affects ecdysis::tokio_ecdysis