Cargo Features
[dependencies]
ecdysis = { version = "1.0.1", default-features = false, features = ["systemd", "systemd_sockets", "tokio_ecdysis"] }
- default = tokio_ecdysis
-
The
tokio_ecdysisfeature is set by default wheneverecdysisis added withoutsomewhere in the dependency tree.default-features = false - 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…