Cargo Features
linera-execution has no features set by default.
[dependencies]
linera-execution = { version = "0.15.14", features = ["revm", "fs", "metrics", "wasmer", "wasmtime", "web", "test"] }
- revm
-
Enables alloy-primitives, alloy-sol-types, and hex, revm ^24.0.1, revm-context ^5.0.0, revm-context-interface ^5.0.0, revm-database ^4.0.1, revm-handler ^5.0.0, revm-interpreter ^20.0.0, revm-primitives ^19.1.0, revm-state ^4.0.1, and tempfile, revm of linera-base
- fs
- metrics = prometheus
-
Enables metrics of linera-views
- wasmer
-
Enables wasmer of linera-witty and enable-serde of linera-wasmer
linera-wasmer:
Optional
Required by the wit-generator binary
- wasmtime
-
Enables wasmtime ^25.0.0, wasmtime of linera-witty
- web = js-sys
-
Enables web of linera-base, linera-views, and web-thread-select
- test = proptest
-
Enables macros of tokio, test of linera-base and linera-views
Affects
linera-execution::BaseRuntime.contains_key,linera-execution::BaseRuntime.contains_keys,linera-execution::BaseRuntime.read_multi_values_bytes,linera-execution::BaseRuntime.read_value_bytes,linera-execution::BaseRuntime.find_key_values_by_prefix…
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.
- js-sys web?
- prometheus metrics?
-
Enables prometheus ^0.13.3
- proptest test?