Cargo Features

[dependencies]
rand04_compat = { version = "0.1.1", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever rand04_compat is added without default-features = false somewhere in the dependency tree.

std default

Enables std of rand ^0.6.1 and rand04

rand:

Option (enabled by default): without "std" rand uses libcore; this option enables functionality expected to be available on a standard platform.

rand04_compat has 2 features without comments.