Cargo Features

lolid has no features set by default.

[dependencies]
lolid = { version = "2.0.1", features = ["osrng", "prng", "std", "sha1", "md5", "serde"] }
osrng = getrandom

Enables v4 with OS RNG

prng = squares-rnd

Enables v4 with pseudo RNG

std

Enables usage of OS facilities (e.g. current time)

sha1

Enables v5

Enables sha1 of lhash

md5

Enables v3

Enables md5 of lhash

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.

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

getrandom osrng?
squares-rnd prng?
lhash md5? sha1?