Cargo Features
[dependencies]
eng-pwasm-abi = { version = "0.3.2", default-features = false, features = ["std", "hex", "strict", "serialize"] }
- default = hex, serialize
-
These default features are set whenever
eng-pwasm-abi
is added without
somewhere in the dependency tree.default-features = false - std
- hex default = rustc-hex
- strict
- serialize default = serde
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.