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 default-features = false somewhere in the dependency tree.

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.