Cargo Features
evm-nogas has no features set by default.
[dependencies]
evm-nogas = { version = "0.1.0", features = ["with-codec", "with-serde"] }
- with-codec = codec, scale-info
-
Enables codec and scale-info of primitive-types ^0.10, with-codec of ethereum >=0.10, <=0.11 and evm-core ^0.33
- with-serde = serde
-
Enables serde of primitive-types ^0.10, with-serde of ethereum >=0.10, <=0.11 and evm-core ^0.33
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.
- serde with-serde?
- codec with-codec?
-
Enables parity-scale-codec ^2.0
- scale-info with-codec?
-
Enables scale-info ^1.0.0