Cargo Features

[dependencies]
timed-map = { version = "1.1.1", default-features = false, features = ["std", "rustc-hash", "wasm"] }
default = std

The std feature is set by default whenever timed-map is added without default-features = false somewhere in the dependency tree.

std default

Affects clock::StdClock, map::MapKind

rustc-hash

Enables rustc-hash

wasm

Enables web-time