Cargo Features
Cw-orch has no features set by default.
[dependencies]
cw-orch = { version = "0.27.0", features = ["daemon", "eth", "snapshot-testing", "tonic"] }
- daemon eth?
-
enable the optional dependencies
Enables cosmrs ^0.19.0, cw-orch-daemon ^0.28.0, cw-orch-networks, and tokio
Affects
cw-orch::daemon
… - eth = daemon
-
Enables eth of cw-orch-core and optional cw-orch-daemon ^0.28.0
cw-orch-daemon:
enable node-backed tests (ensure Docker is running) run with
cargo test --jobs 1 --features node-tests
- snapshot-testing
-
Enables insta and sanitize-filename ^0.5.0
Affects
cw-orch::snapshots
…