Cargo Features

[dependencies]
tinycache = { version = "0.1.0", default-features = false, features = ["tracing"] }
default = tracing

The tracing feature is set by default whenever tinycache is added without default-features = false somewhere in the dependency tree.

tracing default

Enables tracing

tinycache has 2 features without comments.