Cargo Features

[dependencies]
zephyr-vm = { version = "0.2.0", default-features = false, features = ["host_only", "testutils"] }
default = testutils

The testutils feature is set by default whenever zephyr-vm is added without default-features = false somewhere in the dependency tree.

host_only
testutils default

Enables ledger-meta-factory, postgres, postgres-types, reqwest, serde_json, and tokio-postgres

Affects zephyr-vm::testutils