Cargo Features

[dependencies]
group = { version = "0.13.0", default-features = false, features = ["alloc", "tests", "wnaf-memuse"] }
default = alloc

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

alloc default tests? wnaf-memuse?
tests = alloc, rand, rand_xorshift

Affects group::tests

wnaf-memuse = alloc, memuse

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.

rand tests?
rand_xorshift tests?
memuse wnaf-memuse?

Enables memuse

Crate for exposing the dynamic memory usage of the w-NAF structs.