Cargo Features

GlobalCache has no features set by default.

[dependencies]
globalcache = { version = "0.2.2", features = ["sync", "async", "global"] }
sync

Affects globalcache::sync

async = tokio

Affects globalcache::r#async

global = once_cell, tokio, tracing

Affects globalcache::global

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.

tokio async? global?
tracing global?
once_cell global?