Cargo Features
[dependencies]
heliosphere-core = { version = "0.3.1", default-features = false, features = ["ethabi_compat"] }
- default = ethabi_compat
-
The
ethabi_compat
feature is set by default wheneverheliosphere-core
is added without
somewhere in the dependency tree.default-features = false - ethabi_compat default = ethabi
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.