Cargo Features

[dependencies]
wmi = { version = "0.13.3", default-features = false, features = ["test", "time", "chrono"] }
default = chrono

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

test

Use { default-features = false, features = ["time"] } to use time instead of chrono.

For use in documentation tests

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.

time win implicit feature
chrono win default

Affects wmi::datetime, wmi::ReadmeDoctests