Cargo Features

[dependencies]
libloc = { version = "0.1.1", default-features = false, features = ["compat-0-1-1", "time", "verified"] }
default = compat-0-1-1, time

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

compat-0-1-1 default
time default = chrono
verified = yoke-derive, zerocopy-derive

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 time
yoke-derive verified?
zerocopy-derive verified?

Enables zerocopy-derive ^0.7.24