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
somewhere in the dependency tree.default-features = false - 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.