Cargo Features
[dependencies]
zephyr-vm = { version = "0.2.1", default-features = false, features = ["host_only", "testutils"] }
- default = testutils
-
The
testutils
feature is set by default wheneverzephyr-vm
is added without
somewhere in the dependency tree.default-features = false - host_only
- testutils default
-
Enables ledger-meta-factory, postgres, postgres-types, reqwest, serde_json, and tokio-postgres
Affects
zephyr-vm::testutils
…