Cargo Features

clvmr has no features set by default.

[dependencies]
clvmr = { version = "0.6.1", features = ["counters", "pre-eval", "openssl"] }
counters

when enabling the "counters" features, the CLVM interpreter is instrumented to collect counters about the programs it executes

Affects run_program::Counters, run_program::run_program_with_counters

pre-eval

when enabled, pre-eval and post-eval callbacks are enabled. This is useful for debugging and tracing of programs.

Affects run_program::PreEval, run_program::PostEval, run_program::run_program_with_pre_eval

Features from optional dependencies

openssl implicit feature

Enables openssl =0.10.55

openssl:

OpenSSL bindings