Cargo Features

garage-door has no features set by default.

[dependencies]
garage-door = { version = "0.1.1", features = ["server", "serde_yaml"] }
server = clap, tracing-subscriber

Enables full of tokio

tokio:

enable everything

Required by the server binary

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.

clap server?
tracing-subscriber server?
serde_yaml implicit feature

Enables serde_yaml ~0.8.26

serde_yaml:

YAML data format for Serde

Required by the server binary