Cargo Features

[dependencies]
ark-scale = { version = "0.0.12", default-features = false, features = ["std", "ff", "ec", "hazmat"] }
default = std

"hazmat"

std default

Enables std of ark-bls12-381 ^0.4, ark-ed25519 ^0.4, ark-serialize ^0.4.2, ark-std ^0.4, rand_core, parity-scale-codec, and scale-info

ff ec?

Enables ark-ff ^0.4.2

Affects ark-scale::ff

ec hazmat? = ff

Enables ark-ec ^0.4.2

Affects ark-scale::ec

hazmat = ec

Affects ark-scale::hazmat