Cargo Features

[dependencies]
ic-ed25519 = { version = "0.2.0", default-features = false, features = ["rand"] }
default = rand

The rand feature is set by default whenever ic-ed25519 is added without default-features = false somewhere in the dependency tree.

rand default

Enables rand ^0.8.5

ic-ed25519 has 2 features without comments.