Cargo Features

[dependencies]
tuid = { version = "0.0.0", default-features = false, features = ["full", "coarse", "approx", "hex", "fastrand", "uuid"] }
default full? = coarse, fastrand, hex, uuid

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

full = approx, default
coarse default approx? = coarsetime
approx full? = coarse

Affects time::update, time::updater

hex default = bstr, faster-hex

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.

fastrand default

Enables fastrand ^1.5

Affects gen::once

uuid default

Enables uuid ^0.8

coarsetime coarse
bstr hex

Enables bstr ^0.2

faster-hex hex

Enables faster-hex ^0.6.1