Cargo Features

Cw-orch has no features set by default.

[dependencies]
cw-orch = { version = "0.22.0-rc1", features = ["daemon", "eth", "osmosis-test-tube", "snapshot-testing", "tonic"] }
daemon eth?

enable the optional dependencies

Enables cosmrs ^0.15.0, cw-orch-daemon, cw-orch-networks, and tokio

Affects cw-orch::daemon

eth = daemon

Enables eth of cw-orch-core and optional cw-orch-daemon

osmosis-test-tube

Enables cosmrs ^0.15.0, osmosis-test-tube, prost, and prost-types

Affects cw-orch::osmosis_test_tube

snapshot-testing

Enables insta and sanitize-filename

Affects cw-orch::snapshots

Features from optional dependencies

tonic not wasm32 implicit feature

Enables tonic ^0.10.2

tonic:

A gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility