Cargo Features

Pimalaya has no features set by default.

[dependencies]
pimalaya = { version = "0.0.5", features = ["pomodoro-tcp-binder", "pomodoro-tcp-client", "pomodoro-tcp", "pomodoro-client", "pomodoro-server", "pomodoro"] }
pomodoro-tcp-binder pomodoro-tcp? = pomodoro-server
pomodoro-tcp-client pomodoro-tcp? = pomodoro-client
pomodoro-tcp = pomodoro-tcp-binder, pomodoro-tcp-client
pomodoro-client pomodoro? pomodoro-tcp-client?
pomodoro-server pomodoro? pomodoro-tcp-binder?

Affects timer::ThreadSafeTimer

pomodoro = log, pomodoro-client, pomodoro-server, serde, serde_json

Affects time::pomodoro

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.

log pomodoro?
serde pomodoro?
serde_json pomodoro?