Cargo Features
[dependencies]
timeflake = { version = "0.1.0", default-features = false, features = ["std", "uuid"] }
- default = std, uuid
-
These default features are set whenever
timeflake
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of rand and utcnow
rand:
Option (enabled by default): without "std" rand uses libcore; this option enables functionality expected to be available on a standard platform.
- uuid default
-
Enables uuid
Timeflake has 3 features without comments.