Cargo Features
[dependencies]
ultrasonic = { version = "0.12.0-beta.1", default-features = false, features = ["all", "chf-sha256", "stl", "serde", "rand"] }
- default = chf-sha256
-
The
chf-sha256
feature is set by default wheneverultrasonic
is added without
somewhere in the dependency tree.default-features = false - all = chf-sha256, serde, stl
- chf-sha256 default all?
- stl all?
-
Enables stl of commit_verify, armor of strict_types, stl of zk-aluvm
Affects
ultrasonic::stl
… - serde all?
-
Enables serde, serde of amplify and commit_verify, serde of strict_types and zk-aluvm
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.
- strict_types serde? stl?
- rand wasm32 implicit feature
-
Enables rand
rand:
Random number generators and other randomness functionality