Cargo Features
[dependencies]
webb-relayer = { version = "0.4.1", default-features = false, features = ["cli", "evm-runtime", "substrate-runtime", "integration-tests", "openssl"] }
- default = evm-runtime, substrate-runtime
-
These default features are set whenever
webb-relayer
is added without
somewhere in the dependency tree.default-features = false - cli = anyhow, directories-next, evm-runtime, paw, structopt, substrate-runtime, tracing-subscriber
-
Required by the binary
- evm-runtime default cli?
-
Enables evm-runtime of webb ^0.5.2, evm of webb-proposals ^0.4.4
- substrate-runtime default cli?
-
Enables substrate-runtime of webb ^0.5.2, substrate of webb-proposals ^0.4.4
- integration-tests
-
Enables json of tracing-subscriber
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- anyhow cli?
- tracing-subscriber cli? integration-tests?
- structopt cli?
- paw cli?
- directories-next cli?
- openssl implicit feature
-
Enables openssl
Used by ethers (but we need it to be vendored with the lib).