Cargo Features

[dependencies]
nazgul = { version = "1.0.0", default-features = false, features = ["no_std", "std"] }
default = std

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

no_std

Enables alloc, digest, rand_core and zeroize of curve25519-dalek and alloc of digest and rand_core

rand_core:

enables Vec and Box support without std

std default

Enables alloc, digest, precomputed-tables, rand_core and zeroize of curve25519-dalek, std of digest and rand_core

Nazgul has 3 features without comments.