Cargo Features
[dependencies]
ethersync = { version = "0.8.0", default-features = false, features = ["executable-deps"] }
- default = executable-deps
-
The
executable-depsfeature is set by default wheneverethersyncis added withoutsomewhere in the dependency tree.default-features = false - executable-deps default
-
Enables clap, rt-multi-thread and signal of tokio
Required by the binary