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