Cargo Features
[dependencies]
tuid = { version = "0.1.0-alpha.0", default-features = false, features = ["full", "approx", "coarse", "hex", "fastrand", "uuid"] }
- default full? = coarse, fastrand, hex, uuid
-
These default features are set whenever
tuid
is added without
somewhere in the dependency tree.default-features = false - full = approx, default
- approx full? = coarse
-
Affects
time::update
,time::updater
… - coarse default approx?
-
Enables coarsetime
- hex default
-
Enables bstr and 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.