Cargo Features

Psh has no features set by default.

[dependencies]
psh = { version = "0.5.0", features = ["rdrand", "custom_rand"] }
rdrand

Enables rdrand of getrandom

This one is not used directly but has to be included to enable features

custom_rand

Enables custom of getrandom