Cargo Features

unik has no features set by default.

[dependencies]
unik = { version = "0.3.0", features = ["v2", "v3", "v5", "utc", "mac", "rand"] }
v2 = libc

Affects rfc4122::v2

v3 = sha1

Affects rfc4122::v3

v5 = md5

Affects rfc4122::v5

utc = chrono
mac = mac_address
rand = nanorand

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.

chrono utc?
libc v2?
mac_address mac?
md5 v5?
nanorand rand?
sha1 v3?

Enables sha1 ^0.6.0