Cargo Features

[dependencies]
aoc_driver = { version = "0.3.6", default-features = false, features = ["local_cache"] }
default = local_cache

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

local_cache default = chrono, serde, serde_json

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.

chrono local_cache
serde local_cache
serde_json local_cache