Cargo Features

Siguldry has no features set by default.

[dependencies]
siguldry = { version = "0.2.0", features = ["client-cli"] }
client-cli = clap, tracing-subscriber

Enables fs of tokio

Required by the siguldry-client 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 client-cli?
tracing-subscriber client-cli?