Cargo Features

[dependencies]
ultrasonic = { version = "0.12.0-beta.2", default-features = false, features = ["all", "chf-sha256", "stl", "serde", "rand"] }
default = baid64, chf-sha256

These default features are set whenever ultrasonic is added without default-features = false somewhere in the dependency tree.

all = baid64, chf-sha256, serde, stl
chf-sha256 default all?
stl all? = strict_types

Enables stl of commit_verify and zk-aluvm

Affects ultrasonic::stl

serde all?

Enables serde, serde of zk-aluvm, serde of amplify and commit_verify

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.

baid64 default all?
strict_types stl?
rand wasm32 implicit feature

Enables rand

rand:

Random number generators and other randomness functionality