Cargo Features

[dependencies]
plonkup = { version = "0.1.0", default-features = false, features = ["std", "alloc", "trace", "trace-print", "canon"] }
default = std

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

std default = alloc, rayon

Enables dusk-bls12_381 ^0.9, dusk-jubjub ^0.11, hashbrown ^0.9, and itertools ^0.9, std of rand_core

alloc std

Enables alloc of dusk-bls12_381 ^0.9

trace trace-print?
trace-print = trace
canon = canonical, canonical_derive

Enables canon of dusk-bls12_381 ^0.9 and dusk-jubjub ^0.11

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.

rayon std
canonical canon?

Enables canonical

Dusk related deps for WASMI serde

canonical_derive canon?