Cargo Features

[dependencies]
tictoc = { version = "0.1.4", default-features = false, features = ["localtime"] }
default = chrono

These default features are set whenever tictoc is added without default-features = false somewhere in the dependency tree.

Enables unstable-locales of chrono

localtime = chrono

Enables unstable-locales of chrono

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 default localtime?