Cargo Features
[dependencies]
iggy = { version = "0.6.33", default-features = false, features = ["iggy-cli", "tokio_lock", "fast_async_lock"] }
- default = tokio_lock
-
The
tokio_lock
feature is set by default wheneveriggy
is added without
somewhere in the dependency tree.default-features = false - iggy-cli
-
Enables comfy-table, keyring, and passterm
Affects
iggy::cli
… - tokio_lock default
-
Affects
locking::IggySharedMut
,tokio_lock::IggyTokioRwLock
… - fast_async_lock
-
Enables fast-async-mutex
Affects
locking::IggySharedMut
…